Html Css Color HEX #A432CE Dark Orchid

📋 copy color: '#A432CE'

red 164 ◦ green 50 ◦ blue 206

#A432CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A432CE

Tints of Dark Orchid #A432CE

RGB

 RED value IS 164 (64.45% from 255) = 39.05%

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 39.05%
G = 11.9%
B = 49.05%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A432CE (or 0xA432CE) is known color: Dark Orchid. HEX triplet: A4, 32 and CE. RGB value is (164,50,206). Sum of RGB (Red+Green+Blue) = 164+50+206=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A432CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432CE is #5BCD31. Grayscale: #656565. Windows color (decimal): -6016306 or 13513380. OLE color: 13513380.

HSL color Cylindrical-coordinate representation of color #A432CE: hue angle of 283.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A432CE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 50 206 -
CMYK 0.20 0.76 0 0.19
HSL 283.85º 0.61% 0.5% -
HSV(B) 283.85º 0.76% 0.81% -
XYZ 27.59 14.63 59.76 -
YUV 101.87 186.77 172.32 -
System Red Green Blue C M Y K H S L
Decimal 164 50 206 0.20 0.76 0 0.19 283.85 0.61 0.5
Hex A4 32 CE 14 4C 0 13 11C 3D 32
Octal 244 62 316 24 114 0 23 434 75 62
Binary 10100100 110010 11001110 10100 1001100 0 10011 100011100 111101 110010

Color Harmonies of #A432CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432CE

Black with #A432CE

Text Example


Text Example

White with #A432CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432CE; }

 p { color: rgb(164,50,206); }

 H1.HeaderClassName
 {
   color: #A432CE;
 }
 .AnyTagClassName
 {
   color: #A432CE;
 }
</style>

background-color css

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

 a { background-color: rgb(164,50,206); }

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

border-color css

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

 span { border-color: rgb(164,50,206); }

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