Html Css Color HEX #A297BD Cold Purple

📋 copy color: '#A297BD'

red 162 ◦ green 151 ◦ blue 189

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

Shades of Cold Purple #A297BD

Tints of Cold Purple #A297BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 32.27%
G = 30.08%
B = 37.65%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A297BD (or 0xA297BD) is known color: Cold Purple. HEX triplet: A2, 97 and BD. RGB value is (162,151,189). Sum of RGB (Red+Green+Blue) = 162+151+189=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A297BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BD is #5D6842. Grayscale: #9E9E9E. Windows color (decimal): -6121539 or 12425122. OLE color: 12425122.

HSL color Cylindrical-coordinate representation of color #A297BD: hue angle of 257.37º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A297BD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 151 189 -
CMYK 0.14 0.20 0 0.26
HSL 257.37º 0.22% 0.67% -
HSV(B) 257.37º 0.2% 0.74% -
XYZ 35.15 33.49 52.76 -
YUV 158.62 145.14 130.41 -
System Red Green Blue C M Y K H S L
Decimal 162 151 189 0.14 0.20 0 0.26 257.37 0.22 0.67
Hex A2 97 BD E 14 0 1A 101 16 43
Octal 242 227 275 16 24 0 32 401 26 103
Binary 10100010 10010111 10111101 1110 10100 0 11010 100000001 10110 1000011

Color Harmonies of #A297BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297BD

Black with #A297BD

Text Example


Text Example

White with #A297BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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