Html Css Color HEX #A296DF Wistful

📋 copy color: '#A296DF'

red 162 ◦ green 150 ◦ blue 223

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

Shades of Wistful #A296DF

Tints of Wistful #A296DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 30.28%
G = 28.04%
B = 41.68%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A296DF (or 0xA296DF) is known color: Wistful. HEX triplet: A2, 96 and DF. RGB value is (162,150,223). Sum of RGB (Red+Green+Blue) = 162+150+223=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A296DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296DF is #5D6920. Grayscale: #A1A1A1. Windows color (decimal): -6121761 or 14653090. OLE color: 14653090.

HSL color Cylindrical-coordinate representation of color #A296DF: hue angle of 249.86º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A296DF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 150 223 -
CMYK 0.27 0.33 0 0.13
HSL 249.86º 0.53% 0.73% -
HSV(B) 249.86º 0.33% 0.87% -
XYZ 39.13 34.82 74.47 -
YUV 161.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 162 150 223 0.27 0.33 0 0.13 249.86 0.53 0.73
Hex A2 96 DF 1B 21 0 D FA 35 49
Octal 242 226 337 33 41 0 15 372 65 111
Binary 10100010 10010110 11011111 11011 100001 0 1101 11111010 110101 1001001

Color Harmonies of #A296DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296DF

Black with #A296DF

Text Example


Text Example

White with #A296DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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