#A933CB

Color #A933CB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A933CB

Tints of Dark Orchid #A933CB

Color information

#A933CB (or 0xA933CB) is unknown color: approx Dark Orchid. HEX triplet: A9, 33 and CB. RGB value is (169,51,203). Sum of RGB (Red+Green+Blue) = 169+51+203=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A933CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933CB is #56CC34. Grayscale: #676767. Windows color (decimal): -5688373 or 13317033. OLE color: 13317033.

HSL color Cylindrical-coordinate representation of color #A933CB: hue angle of 286.58º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A933CB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16951203-
CMYK0.170.7500.20
HSL286.58º59.84%49.8%-
HSV(B)286.58º74.88%79.61%-
XYZ28.3315.1157.92-
YUV103.61184.09174.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=39.95%
G=12.06%
B=47.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169512030.170.7500.20286.5859.8449.8
HexA933CB114B01411f3c32
Octal25163313211130244377462
Binary1010100111001111001011100011001011010100100011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A933CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A933CB; }

 p { color: rgb(169,51,203); }

 H1.HeaderClassName
 {
   color: #A933CB;
 }
 .AnyTagClassName
 {
   color: #A933CB;
 }
</style>
background-color css

<style>
 a { background-color: #A933CB; }

 a { background-color: rgb(169,51,203); }

 div.DivClassName
 {
   background-color: #A933CB;
 }
 .BgClassName
 {
   background-color: #A933CB;
 }
</style>
border-color css

<style>
 span { border-color: #A933CB; }

 span { border-color: rgb(169,51,203); }

 td.TdClassName
 {
   border-color: #A933CB;
 }
 .TagClassName
 {
   border-color: #A933CB;
 }
</style>