Html Css Color HEX #A032AC Dark Orchid

📋 copy color: '#A032AC'

red 160 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A032AC

Tints of Dark Orchid #A032AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 41.88%
G = 13.09%
B = 45.03%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A032AC (or 0xA032AC) is known color: Dark Orchid. HEX triplet: A0, 32 and AC. RGB value is (160,50,172). Sum of RGB (Red+Green+Blue) = 160+50+172=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A032AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A032AC is #5FCD53. Grayscale: #606060. Windows color (decimal): -6278484 or 11285152. OLE color: 11285152.

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

Color convert

RGB 160 50 172 -
CMYK 0.07 0.71 0 0.33
HSL 294.1º 0.55% 0.44% -
HSV(B) 294.1º 0.71% 0.67% -
XYZ 23.08 12.73 40.27 -
YUV 96.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 160 50 172 0.07 0.71 0 0.33 294.1 0.55 0.44
Hex A0 32 AC 7 47 0 21 126 37 2C
Octal 240 62 254 7 107 0 41 446 67 54
Binary 10100000 110010 10101100 111 1000111 0 100001 100100110 110111 101100

Color Harmonies of #A032AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032AC

Black with #A032AC

Text Example


Text Example

White with #A032AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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