Html Css Color HEX #A098AB Cold Purple

📋 copy color: '#A098AB'

red 160 ◦ green 152 ◦ blue 171

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

Shades of Cold Purple #A098AB

Tints of Cold Purple #A098AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.47%

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 33.13%
G = 31.47%
B = 35.4%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A098AB (or 0xA098AB) is known color: Cold Purple. HEX triplet: A0, 98 and AB. RGB value is (160,152,171). Sum of RGB (Red+Green+Blue) = 160+152+171=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 171 - color contains mainly: blue. Hex color #A098AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AB is #5F6754. Grayscale: #9C9C9C. Windows color (decimal): -6252373 or 11245728. OLE color: 11245728.

HSL color Cylindrical-coordinate representation of color #A098AB: hue angle of 265.26º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A098AB is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 152 171 -
CMYK 0.06 0.11 0 0.33
HSL 265.26º 0.1% 0.63% -
HSV(B) 265.26º 0.11% 0.67% -
XYZ 33.08 32.87 43.13 -
YUV 156.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 160 152 171 0.06 0.11 0 0.33 265.26 0.1 0.63
Hex A0 98 AB 6 B 0 21 109 A 3F
Octal 240 230 253 6 13 0 41 411 12 77
Binary 10100000 10011000 10101011 110 1011 0 100001 100001001 1010 111111

Color Harmonies of #A098AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098AB

Black with #A098AB

Text Example


Text Example

White with #A098AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098AB; }

 p { color: rgb(160,152,171); }

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

background-color css

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

 a { background-color: rgb(160,152,171); }

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

border-color css

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

 span { border-color: rgb(160,152,171); }

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