Html Css Color HEX #A08ECD Cold Purple

📋 copy color: '#A08ECD'

red 160 ◦ green 142 ◦ blue 205

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

Shades of Cold Purple #A08ECD

Tints of Cold Purple #A08ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.01%

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

R = 31.56%
G = 28.01%
B = 40.43%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A08ECD (or 0xA08ECD) is known color: Cold Purple. HEX triplet: A0, 8E and CD. RGB value is (160,142,205). Sum of RGB (Red+Green+Blue) = 160+142+205=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A08ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ECD is #5F7132. Grayscale: #9A9A9A. Windows color (decimal): -6254899 or 13471392. OLE color: 13471392.

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

Color convert

RGB 160 142 205 -
CMYK 0.22 0.31 0 0.20
HSL 257.14º 0.39% 0.68% -
HSV(B) 257.14º 0.31% 0.8% -
XYZ 35.19 31.23 61.93 -
YUV 154.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 160 142 205 0.22 0.31 0 0.20 257.14 0.39 0.68
Hex A0 8E CD 16 1F 0 14 101 27 44
Octal 240 216 315 26 37 0 24 401 47 104
Binary 10100000 10001110 11001101 10110 11111 0 10100 100000001 100111 1000100

Color Harmonies of #A08ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08ECD

Black with #A08ECD

Text Example


Text Example

White with #A08ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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