Html Css Color HEX #A296CE Wistful

📋 copy color: '#A296CE'

red 162 ◦ green 150 ◦ blue 206

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

Shades of Wistful #A296CE

Tints of Wistful #A296CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 31.27%
G = 28.96%
B = 39.77%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A296CE (or 0xA296CE) is known color: Wistful. HEX triplet: A2, 96 and CE. RGB value is (162,150,206). Sum of RGB (Red+Green+Blue) = 162+150+206=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #A296CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296CE is #5D6931. Grayscale: #9F9F9F. Windows color (decimal): -6121778 or 13538978. OLE color: 13538978.

HSL color Cylindrical-coordinate representation of color #A296CE: hue angle of 252.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A296CE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 150 206 -
CMYK 0.21 0.27 0 0.19
HSL 252.86º 0.36% 0.7% -
HSV(B) 252.86º 0.27% 0.81% -
XYZ 36.95 33.95 63 -
YUV 159.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 162 150 206 0.21 0.27 0 0.19 252.86 0.36 0.7
Hex A2 96 CE 15 1B 0 13 FD 24 46
Octal 242 226 316 25 33 0 23 375 44 106
Binary 10100010 10010110 11001110 10101 11011 0 10011 11111101 100100 1000110

Color Harmonies of #A296CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296CE

Black with #A296CE

Text Example


Text Example

White with #A296CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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