Html Css Color HEX #A296D2 Wistful

📋 copy color: '#A296D2'

red 162 ◦ green 150 ◦ blue 210

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

Shades of Wistful #A296D2

Tints of Wistful #A296D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.23%

R = 31.03%
G = 28.74%
B = 40.23%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A296D2 (or 0xA296D2) is known color: Wistful. HEX triplet: A2, 96 and D2. RGB value is (162,150,210). Sum of RGB (Red+Green+Blue) = 162+150+210=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #A296D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296D2 is #5D692D. Grayscale: #A0A0A0. Windows color (decimal): -6121774 or 13801122. OLE color: 13801122.

HSL color Cylindrical-coordinate representation of color #A296D2: hue angle of 252º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A296D2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 150 210 -
CMYK 0.23 0.29 0 0.18
HSL 252º 0.4% 0.71% -
HSV(B) 252º 0.29% 0.82% -
XYZ 37.44 34.15 65.59 -
YUV 160.43 155.98 129.12 -
System Red Green Blue C M Y K H S L
Decimal 162 150 210 0.23 0.29 0 0.18 252 0.4 0.71
Hex A2 96 D2 17 1D 0 12 FC 28 47
Octal 242 226 322 27 35 0 22 374 50 107
Binary 10100010 10010110 11010010 10111 11101 0 10010 11111100 101000 1000111

Color Harmonies of #A296D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296D2

Black with #A296D2

Text Example


Text Example

White with #A296D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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