Html Css Color HEX #A098AF Cold Purple

📋 copy color: '#A098AF'

red 160 ◦ green 152 ◦ blue 175

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

Shades of Cold Purple #A098AF

Tints of Cold Purple #A098AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 32.85%
G = 31.21%
B = 35.93%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A098AF (or 0xA098AF) is known color: Cold Purple. HEX triplet: A0, 98 and AF. RGB value is (160,152,175). Sum of RGB (Red+Green+Blue) = 160+152+175=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #A098AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A098AF is #5F6750. Grayscale: #9C9C9C. Windows color (decimal): -6252369 or 11507872. OLE color: 11507872.

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

Color convert

RGB 160 152 175 -
CMYK 0.09 0.13 0 0.31
HSL 260.87º 0.13% 0.64% -
HSV(B) 260.87º 0.13% 0.69% -
XYZ 33.46 33.03 45.17 -
YUV 157.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 160 152 175 0.09 0.13 0 0.31 260.87 0.13 0.64
Hex A0 98 AF 9 D 0 1F 105 D 40
Octal 240 230 257 11 15 0 37 405 15 100
Binary 10100000 10011000 10101111 1001 1101 0 11111 100000101 1101 1000000

Color Harmonies of #A098AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A098AF

Black with #A098AF

Text Example


Text Example

White with #A098AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A098AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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