Html Css Color HEX #A297BF Cold Purple

📋 copy color: '#A297BF'

red 162 ◦ green 151 ◦ blue 191

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

Shades of Cold Purple #A297BF

Tints of Cold Purple #A297BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 32.14%
G = 29.96%
B = 37.9%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A297BF (or 0xA297BF) is known color: Cold Purple. HEX triplet: A2, 97 and BF. RGB value is (162,151,191). Sum of RGB (Red+Green+Blue) = 162+151+191=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 191 - color contains mainly: blue. Hex color #A297BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BF is #5D6840. Grayscale: #9E9E9E. Windows color (decimal): -6121537 or 12556194. OLE color: 12556194.

HSL color Cylindrical-coordinate representation of color #A297BF: hue angle of 256.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A297BF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 151 191 -
CMYK 0.15 0.21 0 0.25
HSL 256.5º 0.24% 0.67% -
HSV(B) 256.5º 0.21% 0.75% -
XYZ 35.37 33.58 53.91 -
YUV 158.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 162 151 191 0.15 0.21 0 0.25 256.5 0.24 0.67
Hex A2 97 BF F 15 0 19 100 18 43
Octal 242 227 277 17 25 0 31 400 30 103
Binary 10100010 10010111 10111111 1111 10101 0 11001 100000000 11000 1000011

Color Harmonies of #A297BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297BF

Black with #A297BF

Text Example


Text Example

White with #A297BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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