Html Css Color HEX #A032E0 Dark Orchid

📋 copy color: '#A032E0'

red 160 ◦ green 50 ◦ blue 224

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

Shades of Dark Orchid #A032E0

Tints of Dark Orchid #A032E0

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

 BLUE value IS 224 (87.89% from 255) = 51.61%

R = 36.87%
G = 11.52%
B = 51.61%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A032E0 (or 0xA032E0) is known color: Dark Orchid. HEX triplet: A0, 32 and E0. RGB value is (160,50,224). Sum of RGB (Red+Green+Blue) = 160+50+224=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 50 (19.92% from 255 or 11.52% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #A032E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032E0 is #5FCD1F. Grayscale: #666666. Windows color (decimal): -6278432 or 14693024. OLE color: 14693024.

HSL color Cylindrical-coordinate representation of color #A032E0: hue angle of 277.93º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A032E0 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 50 224 -
CMYK 0.29 0.78 0 0.12
HSL 277.93º 0.74% 0.54% -
HSV(B) 277.93º 0.78% 0.88% -
XYZ 29.09 15.14 71.91 -
YUV 102.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 160 50 224 0.29 0.78 0 0.12 277.93 0.74 0.54
Hex A0 32 E0 1D 4E 0 C 116 4A 36
Octal 240 62 340 35 116 0 14 426 112 66
Binary 10100000 110010 11100000 11101 1001110 0 1100 100010110 1001010 110110

Color Harmonies of #A032E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032E0

Black with #A032E0

Text Example


Text Example

White with #A032E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032E0; }

 p { color: rgb(160,50,224); }

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

background-color css

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

 a { background-color: rgb(160,50,224); }

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

border-color css

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

 span { border-color: rgb(160,50,224); }

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