Html Css Color HEX #A299B5 Cold Purple

📋 copy color: '#A299B5'

red 162 ◦ green 153 ◦ blue 181

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

Shades of Cold Purple #A299B5

Tints of Cold Purple #A299B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.49%

R = 32.66%
G = 30.85%
B = 36.49%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A299B5 (or 0xA299B5) is known color: Cold Purple. HEX triplet: A2, 99 and B5. RGB value is (162,153,181). Sum of RGB (Red+Green+Blue) = 162+153+181=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 181 - color contains mainly: blue. Hex color #A299B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A299B5 is #5D664A. Grayscale: #9E9E9E. Windows color (decimal): -6121035 or 11901346. OLE color: 11901346.

HSL color Cylindrical-coordinate representation of color #A299B5: hue angle of 259.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A299B5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 153 181 -
CMYK 0.10 0.15 0 0.29
HSL 259.29º 0.16% 0.65% -
HSV(B) 259.29º 0.15% 0.71% -
XYZ 34.63 33.8 48.41 -
YUV 158.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 162 153 181 0.10 0.15 0 0.29 259.29 0.16 0.65
Hex A2 99 B5 A F 0 1D 103 10 41
Octal 242 231 265 12 17 0 35 403 20 101
Binary 10100010 10011001 10110101 1010 1111 0 11101 100000011 10000 1000001

Color Harmonies of #A299B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A299B5

Black with #A299B5

Text Example


Text Example

White with #A299B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A299B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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