Html Css Color HEX #A08BB6 Cold Purple

📋 copy color: '#A08BB6'

red 160 ◦ green 139 ◦ blue 182

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

Shades of Cold Purple #A08BB6

Tints of Cold Purple #A08BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 33.26%
G = 28.9%
B = 37.84%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A08BB6 (or 0xA08BB6) is known color: Cold Purple. HEX triplet: A0, 8B and B6. RGB value is (160,139,182). Sum of RGB (Red+Green+Blue) = 160+139+182=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 182 - color contains mainly: blue. Hex color #A08BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BB6 is #5F7449. Grayscale: #969696. Windows color (decimal): -6255690 or 11963296. OLE color: 11963296.

HSL color Cylindrical-coordinate representation of color #A08BB6: hue angle of 269.3º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A08BB6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 139 182 -
CMYK 0.12 0.24 0 0.29
HSL 269.3º 0.23% 0.63% -
HSV(B) 269.3º 0.24% 0.71% -
XYZ 32.17 29.32 48.22 -
YUV 150.18 145.96 135 -
System Red Green Blue C M Y K H S L
Decimal 160 139 182 0.12 0.24 0 0.29 269.3 0.23 0.63
Hex A0 8B B6 C 18 0 1D 10D 17 3F
Octal 240 213 266 14 30 0 35 415 27 77
Binary 10100000 10001011 10110110 1100 11000 0 11101 100001101 10111 111111

Color Harmonies of #A08BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08BB6

Black with #A08BB6

Text Example


Text Example

White with #A08BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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