Html Css Color HEX #A08EBC Cold Purple

📋 copy color: '#A08EBC'

red 160 ◦ green 142 ◦ blue 188

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

Shades of Cold Purple #A08EBC

Tints of Cold Purple #A08EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.37%

R = 32.65%
G = 28.98%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A08EBC (or 0xA08EBC) is known color: Cold Purple. HEX triplet: A0, 8E and BC. RGB value is (160,142,188). Sum of RGB (Red+Green+Blue) = 160+142+188=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #A08EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EBC is #5F7143. Grayscale: #989898. Windows color (decimal): -6254916 or 12357280. OLE color: 12357280.

HSL color Cylindrical-coordinate representation of color #A08EBC: hue angle of 263.48º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08EBC is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 142 188 -
CMYK 0.15 0.24 0 0.26
HSL 263.48º 0.26% 0.65% -
HSV(B) 263.48º 0.24% 0.74% -
XYZ 33.25 30.45 51.7 -
YUV 152.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 160 142 188 0.15 0.24 0 0.26 263.48 0.26 0.65
Hex A0 8E BC F 18 0 1A 107 1A 41
Octal 240 216 274 17 30 0 32 407 32 101
Binary 10100000 10001110 10111100 1111 11000 0 11010 100000111 11010 1000001

Color Harmonies of #A08EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EBC

Black with #A08EBC

Text Example


Text Example

White with #A08EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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