Html Css Color HEX #A299AF Cold Purple

📋 copy color: '#A299AF'

red 162 ◦ green 153 ◦ blue 175

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

Shades of Cold Purple #A299AF

Tints of Cold Purple #A299AF

RGB

 RED value IS 162 (63.67% from 255) = 33.06%

 GREEN value IS 153 (60.16% from 255) = 31.22%

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

R = 33.06%
G = 31.22%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A299AF (or 0xA299AF) is known color: Cold Purple. HEX triplet: A2, 99 and AF. RGB value is (162,153,175). Sum of RGB (Red+Green+Blue) = 162+153+175=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 175 - color contains mainly: blue. Hex color #A299AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A299AF is #5D6650. Grayscale: #9E9E9E. Windows color (decimal): -6121041 or 11508130. OLE color: 11508130.

HSL color Cylindrical-coordinate representation of color #A299AF: hue angle of 264.55º degrees, saturation: 0.12, 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 #A299AF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 153 175 -
CMYK 0.07 0.13 0 0.31
HSL 264.55º 0.12% 0.64% -
HSV(B) 264.55º 0.13% 0.69% -
XYZ 34.03 33.56 45.24 -
YUV 158.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 162 153 175 0.07 0.13 0 0.31 264.55 0.12 0.64
Hex A2 99 AF 7 D 0 1F 109 C 40
Octal 242 231 257 7 15 0 37 411 14 100
Binary 10100010 10011001 10101111 111 1101 0 11111 100001001 1100 1000000

Color Harmonies of #A299AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299AF

Black with #A299AF

Text Example


Text Example

White with #A299AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299AF; }

 p { color: rgb(162,153,175); }

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

background-color css

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

 a { background-color: rgb(162,153,175); }

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

border-color css

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

 span { border-color: rgb(162,153,175); }

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