Html Css Color HEX #A297BE Cold Purple

📋 copy color: '#A297BE'

red 162 ◦ green 151 ◦ blue 190

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

Shades of Cold Purple #A297BE

Tints of Cold Purple #A297BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.77%

R = 32.21%
G = 30.02%
B = 37.77%

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

#A297BE (or 0xA297BE) is known color: Cold Purple. HEX triplet: A2, 97 and BE. RGB value is (162,151,190). Sum of RGB (Red+Green+Blue) = 162+151+190=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 190 - color contains mainly: blue. Hex color #A297BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BE is #5D6841. Grayscale: #9E9E9E. Windows color (decimal): -6121538 or 12490658. OLE color: 12490658.

HSL color Cylindrical-coordinate representation of color #A297BE: hue angle of 256.92º degrees, saturation: 0.23, 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 #A297BE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 151 190 -
CMYK 0.15 0.21 0 0.25
HSL 256.92º 0.23% 0.67% -
HSV(B) 256.92º 0.21% 0.75% -
XYZ 35.26 33.53 53.33 -
YUV 158.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 162 151 190 0.15 0.21 0 0.25 256.92 0.23 0.67
Hex A2 97 BE F 15 0 19 101 17 43
Octal 242 227 276 17 25 0 31 401 27 103
Binary 10100010 10010111 10111110 1111 10101 0 11001 100000001 10111 1000011

Color Harmonies of #A297BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297BE

Black with #A297BE

Text Example


Text Example

White with #A297BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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