Html Css Color HEX #A08FCE Cold Purple

📋 copy color: '#A08FCE'

red 160 ◦ green 143 ◦ blue 206

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

Shades of Cold Purple #A08FCE

Tints of Cold Purple #A08FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.09%

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

R = 31.43%
G = 28.09%
B = 40.47%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A08FCE (or 0xA08FCE) is known color: Cold Purple. HEX triplet: A0, 8F and CE. RGB value is (160,143,206). Sum of RGB (Red+Green+Blue) = 160+143+206=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A08FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCE is #5F7031. Grayscale: #9B9B9B. Windows color (decimal): -6254642 or 13537184. OLE color: 13537184.

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

Color convert

RGB 160 143 206 -
CMYK 0.22 0.31 0 0.19
HSL 256.19º 0.39% 0.68% -
HSV(B) 256.19º 0.31% 0.81% -
XYZ 35.46 31.57 62.62 -
YUV 155.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 160 143 206 0.22 0.31 0 0.19 256.19 0.39 0.68
Hex A0 8F CE 16 1F 0 13 100 27 44
Octal 240 217 316 26 37 0 23 400 47 104
Binary 10100000 10001111 11001110 10110 11111 0 10011 100000000 100111 1000100

Color Harmonies of #A08FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FCE

Black with #A08FCE

Text Example


Text Example

White with #A08FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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