#A433CB

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

Shades of Dark Orchid #A433CB

Tints of Dark Orchid #A433CB

Color information

#A433CB (or 0xA433CB) is unknown color: approx Dark Orchid. HEX triplet: A4, 33 and CB. RGB value is (164,51,203). Sum of RGB (Red+Green+Blue) = 164+51+203=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #A433CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433CB is #5BCC34. Grayscale: #656565. Windows color (decimal): -6016053 or 13317028. OLE color: 13317028.

HSL color Cylindrical-coordinate representation of color #A433CB: hue angle of 284.61º 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 #A433CB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16451203-
CMYK0.190.7500.20
HSL284.61º59.84%49.8%-
HSV(B)284.61º74.88%79.61%-
XYZ27.2714.5757.88-
YUV102.12184.94172.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 51 (20.31% from 255) = 12.20%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=39.23%
G=12.20%
B=48.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164512030.190.7500.20284.6159.8449.8
HexA433CB134B01411d3c32
Octal24463313231130244357462
Binary1010010011001111001011100111001011010100100011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A433CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A433CB; }

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

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

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

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

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

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

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

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