Html Css Color HEX #A08FCD Cold Purple

📋 copy color: '#A08FCD'

red 160 ◦ green 143 ◦ blue 205

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

Shades of Cold Purple #A08FCD

Tints of Cold Purple #A08FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 31.5%
G = 28.15%
B = 40.35%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A08FCD (or 0xA08FCD) is known color: Cold Purple. HEX triplet: A0, 8F and CD. RGB value is (160,143,205). Sum of RGB (Red+Green+Blue) = 160+143+205=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FCD is #5F7032. Grayscale: #9A9A9A. Windows color (decimal): -6254643 or 13471648. OLE color: 13471648.

HSL color Cylindrical-coordinate representation of color #A08FCD: hue angle of 256.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08FCD is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 143 205 -
CMYK 0.22 0.30 0 0.20
HSL 256.45º 0.38% 0.68% -
HSV(B) 256.45º 0.3% 0.8% -
XYZ 35.34 31.53 61.98 -
YUV 155.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 160 143 205 0.22 0.30 0 0.20 256.45 0.38 0.68
Hex A0 8F CD 16 1E 0 14 100 26 44
Octal 240 217 315 26 36 0 24 400 46 104
Binary 10100000 10001111 11001101 10110 11110 0 10100 100000000 100110 1000100

Color Harmonies of #A08FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08FCD

Black with #A08FCD

Text Example


Text Example

White with #A08FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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