Html Css Color HEX #A098AC Cold Purple

📋 copy color: '#A098AC'

red 160 ◦ green 152 ◦ blue 172

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

Shades of Cold Purple #A098AC

Tints of Cold Purple #A098AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 33.06%
G = 31.4%
B = 35.54%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A098AC (or 0xA098AC) is known color: Cold Purple. HEX triplet: A0, 98 and AC. RGB value is (160,152,172). Sum of RGB (Red+Green+Blue) = 160+152+172=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 152 (59.77% from 255 or 31.40% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A098AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AC is #5F6753. Grayscale: #9C9C9C. Windows color (decimal): -6252372 or 11311264. OLE color: 11311264.

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

Color convert

RGB 160 152 172 -
CMYK 0.07 0.12 0 0.33
HSL 264º 0.11% 0.64% -
HSV(B) 264º 0.12% 0.67% -
XYZ 33.17 32.91 43.63 -
YUV 156.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 160 152 172 0.07 0.12 0 0.33 264 0.11 0.64
Hex A0 98 AC 7 C 0 21 108 B 40
Octal 240 230 254 7 14 0 41 410 13 100
Binary 10100000 10011000 10101100 111 1100 0 100001 100001000 1011 1000000

Color Harmonies of #A098AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098AC

Black with #A098AC

Text Example


Text Example

White with #A098AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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