Html Css Color HEX #A08BBE Cold Purple

📋 copy color: '#A08BBE'

red 160 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #A08BBE

Tints of Cold Purple #A08BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

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

R = 32.72%
G = 28.43%
B = 38.85%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A08BBE (or 0xA08BBE) is known color: Cold Purple. HEX triplet: A0, 8B and BE. RGB value is (160,139,190). Sum of RGB (Red+Green+Blue) = 160+139+190=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBE is #5F7441. Grayscale: #969696. Windows color (decimal): -6255682 or 12487584. OLE color: 12487584.

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

Color convert

RGB 160 139 190 -
CMYK 0.16 0.27 0 0.25
HSL 264.71º 0.28% 0.65% -
HSV(B) 264.71º 0.27% 0.75% -
XYZ 33.02 29.66 52.7 -
YUV 151.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 160 139 190 0.16 0.27 0 0.25 264.71 0.28 0.65
Hex A0 8B BE 10 1B 0 19 109 1C 41
Octal 240 213 276 20 33 0 31 411 34 101
Binary 10100000 10001011 10111110 10000 11011 0 11001 100001001 11100 1000001

Color Harmonies of #A08BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BBE

Black with #A08BBE

Text Example


Text Example

White with #A08BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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