Html Css Color HEX #A296C1 Cold Purple

📋 copy color: '#A296C1'

red 162 ◦ green 150 ◦ blue 193

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

Shades of Cold Purple #A296C1

Tints of Cold Purple #A296C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.22%

R = 32.08%
G = 29.7%
B = 38.22%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A296C1 (or 0xA296C1) is known color: Cold Purple. HEX triplet: A2, 96 and C1. RGB value is (162,150,193). Sum of RGB (Red+Green+Blue) = 162+150+193=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #A296C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296C1 is #5D693E. Grayscale: #9E9E9E. Windows color (decimal): -6121791 or 12687010. OLE color: 12687010.

HSL color Cylindrical-coordinate representation of color #A296C1: hue angle of 256.74º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A296C1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 150 193 -
CMYK 0.16 0.22 0 0.24
HSL 256.74º 0.26% 0.67% -
HSV(B) 256.74º 0.22% 0.76% -
XYZ 35.43 33.34 55.02 -
YUV 158.49 147.48 130.5 -
System Red Green Blue C M Y K H S L
Decimal 162 150 193 0.16 0.22 0 0.24 256.74 0.26 0.67
Hex A2 96 C1 10 16 0 18 101 1A 43
Octal 242 226 301 20 26 0 30 401 32 103
Binary 10100010 10010110 11000001 10000 10110 0 11000 100000001 11010 1000011

Color Harmonies of #A296C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296C1

Black with #A296C1

Text Example


Text Example

White with #A296C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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