Html Css Color HEX #A296C6 Cold Purple

📋 copy color: '#A296C6'

red 162 ◦ green 150 ◦ blue 198

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

Shades of Cold Purple #A296C6

Tints of Cold Purple #A296C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.82%

R = 31.76%
G = 29.41%
B = 38.82%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A296C6 (or 0xA296C6) is known color: Cold Purple. HEX triplet: A2, 96 and C6. RGB value is (162,150,198). Sum of RGB (Red+Green+Blue) = 162+150+198=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 150 (58.98% from 255 or 29.41% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #A296C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296C6 is #5D6939. Grayscale: #9E9E9E. Windows color (decimal): -6121786 or 13014690. OLE color: 13014690.

HSL color Cylindrical-coordinate representation of color #A296C6: hue angle of 255º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A296C6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 150 198 -
CMYK 0.18 0.24 0 0.22
HSL 255º 0.3% 0.68% -
HSV(B) 255º 0.24% 0.78% -
XYZ 36 33.57 58.01 -
YUV 159.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 162 150 198 0.18 0.24 0 0.22 255 0.3 0.68
Hex A2 96 C6 12 18 0 16 FF 1E 44
Octal 242 226 306 22 30 0 26 377 36 104
Binary 10100010 10010110 11000110 10010 11000 0 10110 11111111 11110 1000100

Color Harmonies of #A296C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296C6

Black with #A296C6

Text Example


Text Example

White with #A296C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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