Html Css Color HEX #A296B7 Cold Purple

📋 copy color: '#A296B7'

red 162 ◦ green 150 ◦ blue 183

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

Shades of Cold Purple #A296B7

Tints of Cold Purple #A296B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.97%

R = 32.73%
G = 30.3%
B = 36.97%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A296B7 (or 0xA296B7) is known color: Cold Purple. HEX triplet: A2, 96 and B7. RGB value is (162,150,183). Sum of RGB (Red+Green+Blue) = 162+150+183=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 183 - color contains mainly: blue. Hex color #A296B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296B7 is #5D6948. Grayscale: #9D9D9D. Windows color (decimal): -6121801 or 12031650. OLE color: 12031650.

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

Color convert

RGB 162 150 183 -
CMYK 0.11 0.18 0 0.28
HSL 261.82º 0.19% 0.65% -
HSV(B) 261.82º 0.18% 0.72% -
XYZ 34.35 32.91 49.34 -
YUV 157.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 162 150 183 0.11 0.18 0 0.28 261.82 0.19 0.65
Hex A2 96 B7 B 12 0 1C 106 13 41
Octal 242 226 267 13 22 0 34 406 23 101
Binary 10100010 10010110 10110111 1011 10010 0 11100 100000110 10011 1000001

Color Harmonies of #A296B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296B7

Black with #A296B7

Text Example


Text Example

White with #A296B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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