Html Css Color HEX #A08ACE Cold Purple

📋 copy color: '#A08ACE'

red 160 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #A08ACE

Tints of Cold Purple #A08ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.38%

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

R = 31.75%
G = 27.38%
B = 40.87%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A08ACE (or 0xA08ACE) is known color: Cold Purple. HEX triplet: A0, 8A and CE. RGB value is (160,138,206). Sum of RGB (Red+Green+Blue) = 160+138+206=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A08ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ACE is #5F7531. Grayscale: #989898. Windows color (decimal): -6255922 or 13535904. OLE color: 13535904.

HSL color Cylindrical-coordinate representation of color #A08ACE: hue angle of 259.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08ACE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 138 206 -
CMYK 0.22 0.33 0 0.19
HSL 259.41º 0.41% 0.67% -
HSV(B) 259.41º 0.33% 0.81% -
XYZ 34.73 30.11 62.37 -
YUV 152.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 160 138 206 0.22 0.33 0 0.19 259.41 0.41 0.67
Hex A0 8A CE 16 21 0 13 103 29 43
Octal 240 212 316 26 41 0 23 403 51 103
Binary 10100000 10001010 11001110 10110 100001 0 10011 100000011 101001 1000011

Color Harmonies of #A08ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ACE

Black with #A08ACE

Text Example


Text Example

White with #A08ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ACE; }

 p { color: rgb(160,138,206); }

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

background-color css

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

 a { background-color: rgb(160,138,206); }

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

border-color css

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

 span { border-color: rgb(160,138,206); }

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