Html Css Color HEX #A296D7 Wistful

📋 copy color: '#A296D7'

red 162 ◦ green 150 ◦ blue 215

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

Shades of Wistful #A296D7

Tints of Wistful #A296D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.8%

R = 30.74%
G = 28.46%
B = 40.8%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A296D7 (or 0xA296D7) is known color: Wistful. HEX triplet: A2, 96 and D7. RGB value is (162,150,215). Sum of RGB (Red+Green+Blue) = 162+150+215=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 215 (84.38% from 255 or 40.80% from 527); Max value from RGB is 215 - color contains mainly: blue. Hex color #A296D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296D7 is #5D6928. Grayscale: #A0A0A0. Windows color (decimal): -6121769 or 14128802. OLE color: 14128802.

HSL color Cylindrical-coordinate representation of color #A296D7: hue angle of 251.08º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A296D7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 150 215 -
CMYK 0.25 0.30 0 0.16
HSL 251.08º 0.45% 0.72% -
HSV(B) 251.08º 0.3% 0.84% -
XYZ 38.07 34.4 68.92 -
YUV 161 158.48 128.71 -
System Red Green Blue C M Y K H S L
Decimal 162 150 215 0.25 0.30 0 0.16 251.08 0.45 0.72
Hex A2 96 D7 19 1E 0 10 FB 2D 48
Octal 242 226 327 31 36 0 20 373 55 110
Binary 10100010 10010110 11010111 11001 11110 0 10000 11111011 101101 1001000

Color Harmonies of #A296D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296D7

Black with #A296D7

Text Example


Text Example

White with #A296D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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