Html Css Color HEX #A08EBE Cold Purple

📋 copy color: '#A08EBE'

red 160 ◦ green 142 ◦ blue 190

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

Shades of Cold Purple #A08EBE

Tints of Cold Purple #A08EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.62%

R = 32.52%
G = 28.86%
B = 38.62%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A08EBE (or 0xA08EBE) is known color: Cold Purple. HEX triplet: A0, 8E and BE. RGB value is (160,142,190). Sum of RGB (Red+Green+Blue) = 160+142+190=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EBE is #5F7141. Grayscale: #989898. Windows color (decimal): -6254914 or 12488352. OLE color: 12488352.

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

Color convert

RGB 160 142 190 -
CMYK 0.16 0.25 0 0.25
HSL 262.5º 0.27% 0.65% -
HSV(B) 262.5º 0.25% 0.75% -
XYZ 33.46 30.54 52.85 -
YUV 152.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 160 142 190 0.16 0.25 0 0.25 262.5 0.27 0.65
Hex A0 8E BE 10 19 0 19 106 1B 41
Octal 240 216 276 20 31 0 31 406 33 101
Binary 10100000 10001110 10111110 10000 11001 0 11001 100000110 11011 1000001

Color Harmonies of #A08EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08EBE

Black with #A08EBE

Text Example


Text Example

White with #A08EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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