Html Css Color HEX #A08CD1 Cold Purple

📋 copy color: '#A08CD1'

red 160 ◦ green 140 ◦ blue 209

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

Shades of Cold Purple #A08CD1

Tints of Cold Purple #A08CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 31.43%
G = 27.5%
B = 41.06%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A08CD1 (or 0xA08CD1) is known color: Cold Purple. HEX triplet: A0, 8C and D1. RGB value is (160,140,209). Sum of RGB (Red+Green+Blue) = 160+140+209=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #A08CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CD1 is #5F732E. Grayscale: #999999. Windows color (decimal): -6255407 or 13733024. OLE color: 13733024.

HSL color Cylindrical-coordinate representation of color #A08CD1: hue angle of 257.39º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08CD1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 140 209 -
CMYK 0.23 0.33 0 0.18
HSL 257.39º 0.43% 0.68% -
HSV(B) 257.39º 0.33% 0.82% -
XYZ 35.38 30.83 64.41 -
YUV 153.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 160 140 209 0.23 0.33 0 0.18 257.39 0.43 0.68
Hex A0 8C D1 17 21 0 12 101 2B 44
Octal 240 214 321 27 41 0 22 401 53 104
Binary 10100000 10001100 11010001 10111 100001 0 10010 100000001 101011 1000100

Color Harmonies of #A08CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CD1

Black with #A08CD1

Text Example


Text Example

White with #A08CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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