Html Css Color HEX #A08EBB Cold Purple

📋 copy color: '#A08EBB'

red 160 ◦ green 142 ◦ blue 187

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

Shades of Cold Purple #A08EBB

Tints of Cold Purple #A08EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 32.72%
G = 29.04%
B = 38.24%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A08EBB (or 0xA08EBB) is known color: Cold Purple. HEX triplet: A0, 8E and BB. RGB value is (160,142,187). Sum of RGB (Red+Green+Blue) = 160+142+187=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #A08EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EBB is #5F7144. Grayscale: #989898. Windows color (decimal): -6254917 or 12291744. OLE color: 12291744.

HSL color Cylindrical-coordinate representation of color #A08EBB: hue angle of 264º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08EBB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 142 187 -
CMYK 0.14 0.24 0 0.27
HSL 264º 0.25% 0.65% -
HSV(B) 264º 0.24% 0.73% -
XYZ 33.14 30.41 51.14 -
YUV 152.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 160 142 187 0.14 0.24 0 0.27 264 0.25 0.65
Hex A0 8E BB E 18 0 1B 108 19 41
Octal 240 216 273 16 30 0 33 410 31 101
Binary 10100000 10001110 10111011 1110 11000 0 11011 100001000 11001 1000001

Color Harmonies of #A08EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EBB

Black with #A08EBB

Text Example


Text Example

White with #A08EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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