Html Css Color HEX #A08DCA Cold Purple

📋 copy color: '#A08DCA'

red 160 ◦ green 141 ◦ blue 202

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

Shades of Cold Purple #A08DCA

Tints of Cold Purple #A08DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 31.81%
G = 28.03%
B = 40.16%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A08DCA (or 0xA08DCA) is known color: Cold Purple. HEX triplet: A0, 8D and CA. RGB value is (160,141,202). Sum of RGB (Red+Green+Blue) = 160+141+202=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A08DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DCA is #5F7235. Grayscale: #999999. Windows color (decimal): -6255158 or 13274528. OLE color: 13274528.

HSL color Cylindrical-coordinate representation of color #A08DCA: hue angle of 258.69º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08DCA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 141 202 -
CMYK 0.21 0.30 0 0.21
HSL 258.69º 0.37% 0.67% -
HSV(B) 258.69º 0.3% 0.79% -
XYZ 34.68 30.79 59.99 -
YUV 153.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 160 141 202 0.21 0.30 0 0.21 258.69 0.37 0.67
Hex A0 8D CA 15 1E 0 15 103 25 43
Octal 240 215 312 25 36 0 25 403 45 103
Binary 10100000 10001101 11001010 10101 11110 0 10101 100000011 100101 1000011

Color Harmonies of #A08DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08DCA

Black with #A08DCA

Text Example


Text Example

White with #A08DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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