Html Css Color HEX #A08AB6 Cold Purple

📋 copy color: '#A08AB6'

red 160 ◦ green 138 ◦ blue 182

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

Shades of Cold Purple #A08AB6

Tints of Cold Purple #A08AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.75%

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

R = 33.33%
G = 28.75%
B = 37.92%

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

#A08AB6 (or 0xA08AB6) is known color: Cold Purple. HEX triplet: A0, 8A and B6. RGB value is (160,138,182). Sum of RGB (Red+Green+Blue) = 160+138+182=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #A08AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AB6 is #5F7549. Grayscale: #959595. Windows color (decimal): -6255946 or 11963040. OLE color: 11963040.

HSL color Cylindrical-coordinate representation of color #A08AB6: hue angle of 270º 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 #A08AB6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 138 182 -
CMYK 0.12 0.24 0 0.29
HSL 270º 0.23% 0.63% -
HSV(B) 270º 0.24% 0.71% -
XYZ 32.03 29.03 48.17 -
YUV 149.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 160 138 182 0.12 0.24 0 0.29 270 0.23 0.63
Hex A0 8A B6 C 18 0 1D 10E 17 3F
Octal 240 212 266 14 30 0 35 416 27 77
Binary 10100000 10001010 10110110 1100 11000 0 11101 100001110 10111 111111

Color Harmonies of #A08AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08AB6

Black with #A08AB6

Text Example


Text Example

White with #A08AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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