Html Css Color HEX #A296F9 Wistful

📋 copy color: '#A296F9'

red 162 ◦ green 150 ◦ blue 249

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

Shades of Wistful #A296F9

Tints of Wistful #A296F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 28.88%
G = 26.74%
B = 44.39%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A296F9 (or 0xA296F9) is known color: Wistful. HEX triplet: A2, 96 and F9. RGB value is (162,150,249). Sum of RGB (Red+Green+Blue) = 162+150+249=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #A296F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296F9 is #5D6906. Grayscale: #A4A4A4. Windows color (decimal): -6121735 or 16357026. OLE color: 16357026.

HSL color Cylindrical-coordinate representation of color #A296F9: hue angle of 247.27º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A296F9 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 150 249 -
CMYK 0.35 0.40 0 0.02
HSL 247.27º 0.89% 0.78% -
HSV(B) 247.27º 0.4% 0.98% -
XYZ 42.91 36.33 94.37 -
YUV 164.87 175.48 125.95 -
System Red Green Blue C M Y K H S L
Decimal 162 150 249 0.35 0.40 0 0.02 247.27 0.89 0.78
Hex A2 96 F9 23 28 0 2 F7 59 4E
Octal 242 226 371 43 50 0 2 367 131 116
Binary 10100010 10010110 11111001 100011 101000 0 10 11110111 1011001 1001110

Color Harmonies of #A296F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296F9

Black with #A296F9

Text Example


Text Example

White with #A296F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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