#A433CA

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

Shades of Dark Orchid #A433CA

Tints of Dark Orchid #A433CA

Color information

#A433CA (or 0xA433CA) is unknown color: approx Dark Orchid. HEX triplet: A4, 33 and CA. RGB value is (164,51,202). Sum of RGB (Red+Green+Blue) = 164+51+202=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #A433CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433CA is #5BCC35. Grayscale: #656565. Windows color (decimal): -6016054 or 13251492. OLE color: 13251492.

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

Color convert

RGB16451202-
CMYK0.190.7500.21
HSL284.9º59.68%49.61%-
HSV(B)284.9º74.75%79.22%-
XYZ27.1514.5257.25-
YUV102184.44172.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.33%
GREEN value IS 51 (20.31% from 255) = 12.23%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=39.33%
G=12.23%
B=48.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164512020.190.7500.21284.959.6849.61
HexA433CA134B01511d3c32
Octal24463312231130254357462
Binary1010010011001111001010100111001011010101100011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A433CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A433CA; }

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

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

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

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

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

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

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

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