Html Css Color HEX #A296BE Cold Purple

📋 copy color: '#A296BE'

red 162 ◦ green 150 ◦ blue 190

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

Shades of Cold Purple #A296BE

Tints of Cold Purple #A296BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.88%

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

R = 32.27%
G = 29.88%
B = 37.85%

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

#A296BE (or 0xA296BE) is known color: Cold Purple. HEX triplet: A2, 96 and BE. RGB value is (162,150,190). Sum of RGB (Red+Green+Blue) = 162+150+190=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #A296BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296BE is #5D6941. Grayscale: #9E9E9E. Windows color (decimal): -6121794 or 12490402. OLE color: 12490402.

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

Color convert

RGB 162 150 190 -
CMYK 0.15 0.21 0 0.25
HSL 258º 0.24% 0.67% -
HSV(B) 258º 0.21% 0.75% -
XYZ 35.1 33.21 53.28 -
YUV 158.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 162 150 190 0.15 0.21 0 0.25 258 0.24 0.67
Hex A2 96 BE F 15 0 19 102 18 43
Octal 242 226 276 17 25 0 31 402 30 103
Binary 10100010 10010110 10111110 1111 10101 0 11001 100000010 11000 1000011

Color Harmonies of #A296BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296BE

Black with #A296BE

Text Example


Text Example

White with #A296BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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