Html Css Color HEX #A297BC Cold Purple

📋 copy color: '#A297BC'

red 162 ◦ green 151 ◦ blue 188

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

Shades of Cold Purple #A297BC

Tints of Cold Purple #A297BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.52%

R = 32.34%
G = 30.14%
B = 37.52%

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

#A297BC (or 0xA297BC) is known color: Cold Purple. HEX triplet: A2, 97 and BC. RGB value is (162,151,188). Sum of RGB (Red+Green+Blue) = 162+151+188=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 188 - color contains mainly: blue. Hex color #A297BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297BC is #5D6843. Grayscale: #9E9E9E. Windows color (decimal): -6121540 or 12359586. OLE color: 12359586.

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

Color convert

RGB 162 151 188 -
CMYK 0.14 0.20 0 0.26
HSL 257.84º 0.22% 0.66% -
HSV(B) 257.84º 0.2% 0.74% -
XYZ 35.04 33.45 52.19 -
YUV 158.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 162 151 188 0.14 0.20 0 0.26 257.84 0.22 0.66
Hex A2 97 BC E 14 0 1A 102 16 42
Octal 242 227 274 16 24 0 32 402 26 102
Binary 10100010 10010111 10111100 1110 10100 0 11010 100000010 10110 1000010

Color Harmonies of #A297BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297BC

Black with #A297BC

Text Example


Text Example

White with #A297BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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