#A433C5

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

Shades of Dark Orchid #A433C5

Tints of Dark Orchid #A433C5

Color information

#A433C5 (or 0xA433C5) is unknown color: approx Dark Orchid. HEX triplet: A4, 33 and C5. RGB value is (164,51,197). Sum of RGB (Red+Green+Blue) = 164+51+197=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #A433C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433C5 is #5BCC3A. Grayscale: #646464. Windows color (decimal): -6016059 or 12923812. OLE color: 12923812.

HSL color Cylindrical-coordinate representation of color #A433C5: hue angle of 286.44º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A433C5 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16451197-
CMYK0.170.7400.23
HSL286.44º58.87%48.63%-
HSV(B)286.44º74.11%77.25%-
XYZ26.5714.2954.18-
YUV101.43181.94172.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 51 (20.31% from 255) = 12.38%
BLUE value IS 197 (77.34% from 255) = 47.82%
R=39.81%
G=12.38%
B=47.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164511970.170.7400.23286.4458.8748.63
HexA433C5114A01711e3b31
Octal24463305211120274367361
Binary1010010011001111000101100011001010010111100011110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A433C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A433C5; }

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

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

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

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

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

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

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

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