Html Css Color HEX #A08DD1 Cold Purple

📋 copy color: '#A08DD1'

red 160 ◦ green 141 ◦ blue 209

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

Shades of Cold Purple #A08DD1

Tints of Cold Purple #A08DD1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.65%

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

R = 31.37%
G = 27.65%
B = 40.98%

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

#A08DD1 (or 0xA08DD1) is known color: Cold Purple. HEX triplet: A0, 8D and D1. RGB value is (160,141,209). Sum of RGB (Red+Green+Blue) = 160+141+209=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #A08DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DD1 is #5F722E. Grayscale: #9A9A9A. Windows color (decimal): -6255151 or 13733280. OLE color: 13733280.

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

Color convert

RGB 160 141 209 -
CMYK 0.23 0.33 0 0.18
HSL 256.76º 0.43% 0.69% -
HSV(B) 256.76º 0.33% 0.82% -
XYZ 35.53 31.13 64.46 -
YUV 154.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 160 141 209 0.23 0.33 0 0.18 256.76 0.43 0.69
Hex A0 8D D1 17 21 0 12 101 2A 45
Octal 240 215 321 27 41 0 22 401 52 105
Binary 10100000 10001101 11010001 10111 100001 0 10010 100000001 101010 1000101

Color Harmonies of #A08DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DD1

Black with #A08DD1

Text Example


Text Example

White with #A08DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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