Html Css Color HEX #A032AE Dark Orchid

📋 copy color: '#A032AE'

red 160 ◦ green 50 ◦ blue 174

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

Shades of Dark Orchid #A032AE

Tints of Dark Orchid #A032AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 41.67%
G = 13.02%
B = 45.31%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A032AE (or 0xA032AE) is known color: Dark Orchid. HEX triplet: A0, 32 and AE. RGB value is (160,50,174). Sum of RGB (Red+Green+Blue) = 160+50+174=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #A032AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032AE is #5FCD51. Grayscale: #606060. Windows color (decimal): -6278482 or 11416224. OLE color: 11416224.

HSL color Cylindrical-coordinate representation of color #A032AE: hue angle of 293.23º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A032AE is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 50 174 -
CMYK 0.08 0.71 0 0.32
HSL 293.23º 0.55% 0.44% -
HSV(B) 293.23º 0.71% 0.68% -
XYZ 23.28 12.81 41.29 -
YUV 97.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 160 50 174 0.08 0.71 0 0.32 293.23 0.55 0.44
Hex A0 32 AE 8 47 0 20 125 37 2C
Octal 240 62 256 10 107 0 40 445 67 54
Binary 10100000 110010 10101110 1000 1000111 0 100000 100100101 110111 101100

Color Harmonies of #A032AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032AE

Black with #A032AE

Text Example


Text Example

White with #A032AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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