Html Css Color HEX #A08EBA Cold Purple

📋 copy color: '#A08EBA'

red 160 ◦ green 142 ◦ blue 186

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

Shades of Cold Purple #A08EBA

Tints of Cold Purple #A08EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 32.79%
G = 29.1%
B = 38.11%

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

#A08EBA (or 0xA08EBA) is known color: Cold Purple. HEX triplet: A0, 8E and BA. RGB value is (160,142,186). Sum of RGB (Red+Green+Blue) = 160+142+186=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #A08EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EBA is #5F7145. Grayscale: #989898. Windows color (decimal): -6254918 or 12226208. OLE color: 12226208.

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

Color convert

RGB 160 142 186 -
CMYK 0.14 0.24 0 0.27
HSL 264.55º 0.24% 0.64% -
HSV(B) 264.55º 0.24% 0.73% -
XYZ 33.03 30.36 50.57 -
YUV 152.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 160 142 186 0.14 0.24 0 0.27 264.55 0.24 0.64
Hex A0 8E BA E 18 0 1B 109 18 40
Octal 240 216 272 16 30 0 33 411 30 100
Binary 10100000 10001110 10111010 1110 11000 0 11011 100001001 11000 1000000

Color Harmonies of #A08EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EBA

Black with #A08EBA

Text Example


Text Example

White with #A08EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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