Html Css Color HEX #A098B1 Cold Purple

📋 copy color: '#A098B1'

red 160 ◦ green 152 ◦ blue 177

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

Shades of Cold Purple #A098B1

Tints of Cold Purple #A098B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 32.72%
G = 31.08%
B = 36.2%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A098B1 (or 0xA098B1) is known color: Cold Purple. HEX triplet: A0, 98 and B1. RGB value is (160,152,177). Sum of RGB (Red+Green+Blue) = 160+152+177=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #A098B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098B1 is #5F674E. Grayscale: #9D9D9D. Windows color (decimal): -6252367 or 11638944. OLE color: 11638944.

HSL color Cylindrical-coordinate representation of color #A098B1: hue angle of 259.2º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A098B1 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 152 177 -
CMYK 0.10 0.14 0 0.31
HSL 259.2º 0.14% 0.65% -
HSV(B) 259.2º 0.14% 0.69% -
XYZ 33.66 33.1 46.21 -
YUV 157.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 160 152 177 0.10 0.14 0 0.31 259.2 0.14 0.65
Hex A0 98 B1 A E 0 1F 103 E 41
Octal 240 230 261 12 16 0 37 403 16 101
Binary 10100000 10011000 10110001 1010 1110 0 11111 100000011 1110 1000001

Color Harmonies of #A098B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098B1

Black with #A098B1

Text Example


Text Example

White with #A098B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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