Html Css Color HEX #A297BA Cold Purple

📋 copy color: '#A297BA'

red 162 ◦ green 151 ◦ blue 186

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

Shades of Cold Purple #A297BA

Tints of Cold Purple #A297BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 32.46%
G = 30.26%
B = 37.27%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A297BA (or 0xA297BA) is known color: Cold Purple. HEX triplet: A2, 97 and BA. RGB value is (162,151,186). Sum of RGB (Red+Green+Blue) = 162+151+186=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #A297BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BA is #5D6845. Grayscale: #9E9E9E. Windows color (decimal): -6121542 or 12228514. OLE color: 12228514.

HSL color Cylindrical-coordinate representation of color #A297BA: hue angle of 258.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A297BA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 151 186 -
CMYK 0.13 0.19 0 0.27
HSL 258.86º 0.2% 0.66% -
HSV(B) 258.86º 0.19% 0.73% -
XYZ 34.83 33.36 51.06 -
YUV 158.28 143.64 130.65 -
System Red Green Blue C M Y K H S L
Decimal 162 151 186 0.13 0.19 0 0.27 258.86 0.2 0.66
Hex A2 97 BA D 13 0 1B 103 14 42
Octal 242 227 272 15 23 0 33 403 24 102
Binary 10100010 10010111 10111010 1101 10011 0 11011 100000011 10100 1000010

Color Harmonies of #A297BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297BA

Black with #A297BA

Text Example


Text Example

White with #A297BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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