Html Css Color HEX #A098AA Cold Purple

📋 copy color: '#A098AA'

red 160 ◦ green 152 ◦ blue 170

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

Shades of Cold Purple #A098AA

Tints of Cold Purple #A098AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 33.2%
G = 31.54%
B = 35.27%

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

#A098AA (or 0xA098AA) is known color: Cold Purple. HEX triplet: A0, 98 and AA. RGB value is (160,152,170). Sum of RGB (Red+Green+Blue) = 160+152+170=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A098AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AA is #5F6755. Grayscale: #9C9C9C. Windows color (decimal): -6252374 or 11180192. OLE color: 11180192.

HSL color Cylindrical-coordinate representation of color #A098AA: hue angle of 266.67º 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 #A098AA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 152 170 -
CMYK 0.06 0.11 0 0.33
HSL 266.67º 0.1% 0.63% -
HSV(B) 266.67º 0.11% 0.67% -
XYZ 32.98 32.83 42.63 -
YUV 156.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 160 152 170 0.06 0.11 0 0.33 266.67 0.1 0.63
Hex A0 98 AA 6 B 0 21 10B A 3F
Octal 240 230 252 6 13 0 41 413 12 77
Binary 10100000 10011000 10101010 110 1011 0 100001 100001011 1010 111111

Color Harmonies of #A098AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098AA

Black with #A098AA

Text Example


Text Example

White with #A098AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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