Html Css Color HEX #A08CCE Cold Purple

📋 copy color: '#A08CCE'

red 160 ◦ green 140 ◦ blue 206

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

Shades of Cold Purple #A08CCE

Tints of Cold Purple #A08CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

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

R = 31.62%
G = 27.67%
B = 40.71%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A08CCE (or 0xA08CCE) is known color: Cold Purple. HEX triplet: A0, 8C and CE. RGB value is (160,140,206). Sum of RGB (Red+Green+Blue) = 160+140+206=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A08CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CCE is #5F7331. Grayscale: #999999. Windows color (decimal): -6255410 or 13536416. OLE color: 13536416.

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

Color convert

RGB 160 140 206 -
CMYK 0.22 0.32 0 0.19
HSL 258.18º 0.4% 0.68% -
HSV(B) 258.18º 0.32% 0.81% -
XYZ 35.02 30.69 62.47 -
YUV 153.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 160 140 206 0.22 0.32 0 0.19 258.18 0.4 0.68
Hex A0 8C CE 16 20 0 13 102 28 44
Octal 240 214 316 26 40 0 23 402 50 104
Binary 10100000 10001100 11001110 10110 100000 0 10011 100000010 101000 1000100

Color Harmonies of #A08CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CCE

Black with #A08CCE

Text Example


Text Example

White with #A08CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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