Html Css Color HEX #A297B6 Cold Purple

📋 copy color: '#A297B6'

red 162 ◦ green 151 ◦ blue 182

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

Shades of Cold Purple #A297B6

Tints of Cold Purple #A297B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.77%

R = 32.73%
G = 30.51%
B = 36.77%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A297B6 (or 0xA297B6) is known color: Cold Purple. HEX triplet: A2, 97 and B6. RGB value is (162,151,182). Sum of RGB (Red+Green+Blue) = 162+151+182=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 182 - color contains mainly: blue. Hex color #A297B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A297B6 is #5D6849. Grayscale: #9D9D9D. Windows color (decimal): -6121546 or 11966370. OLE color: 11966370.

HSL color Cylindrical-coordinate representation of color #A297B6: hue angle of 261.29º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A297B6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 151 182 -
CMYK 0.11 0.17 0 0.29
HSL 261.29º 0.18% 0.65% -
HSV(B) 261.29º 0.17% 0.71% -
XYZ 34.41 33.19 48.85 -
YUV 157.82 141.64 130.98 -
System Red Green Blue C M Y K H S L
Decimal 162 151 182 0.11 0.17 0 0.29 261.29 0.18 0.65
Hex A2 97 B6 B 11 0 1D 105 12 41
Octal 242 227 266 13 21 0 35 405 22 101
Binary 10100010 10010111 10110110 1011 10001 0 11101 100000101 10010 1000001

Color Harmonies of #A297B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297B6

Black with #A297B6

Text Example


Text Example

White with #A297B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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