Html Css Color HEX #A297B7 Cold Purple

📋 copy color: '#A297B7'

red 162 ◦ green 151 ◦ blue 183

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

Shades of Cold Purple #A297B7

Tints of Cold Purple #A297B7

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.44%

 BLUE value IS 183 (71.88% from 255) = 36.9%

R = 32.66%
G = 30.44%
B = 36.9%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A297B7 (or 0xA297B7) is known color: Cold Purple. HEX triplet: A2, 97 and B7. RGB value is (162,151,183). Sum of RGB (Red+Green+Blue) = 162+151+183=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #A297B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297B7 is #5D6848. Grayscale: #9D9D9D. Windows color (decimal): -6121545 or 12031906. OLE color: 12031906.

HSL color Cylindrical-coordinate representation of color #A297B7: hue angle of 260.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A297B7 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 151 183 -
CMYK 0.11 0.17 0 0.28
HSL 260.63º 0.18% 0.65% -
HSV(B) 260.63º 0.17% 0.72% -
XYZ 34.51 33.23 49.4 -
YUV 157.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 162 151 183 0.11 0.17 0 0.28 260.63 0.18 0.65
Hex A2 97 B7 B 11 0 1C 105 12 41
Octal 242 227 267 13 21 0 34 405 22 101
Binary 10100010 10010111 10110111 1011 10001 0 11100 100000101 10010 1000001

Color Harmonies of #A297B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297B7

Black with #A297B7

Text Example


Text Example

White with #A297B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297B7; }

 p { color: rgb(162,151,183); }

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

background-color css

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

 a { background-color: rgb(162,151,183); }

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

border-color css

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

 span { border-color: rgb(162,151,183); }

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