Html Css Color HEX #A296F8 Wistful

📋 copy color: '#A296F8'

red 162 ◦ green 150 ◦ blue 248

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

Shades of Wistful #A296F8

Tints of Wistful #A296F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.29%

R = 28.93%
G = 26.79%
B = 44.29%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A296F8 (or 0xA296F8) is known color: Wistful. HEX triplet: A2, 96 and F8. RGB value is (162,150,248). Sum of RGB (Red+Green+Blue) = 162+150+248=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 248 (97.27% from 255 or 44.29% from 560); Max value from RGB is 248 - color contains mainly: blue. Hex color #A296F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296F8 is #5D6907. Grayscale: #A4A4A4. Windows color (decimal): -6121736 or 16291490. OLE color: 16291490.

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

Color convert

RGB 162 150 248 -
CMYK 0.35 0.40 0 0.03
HSL 247.35º 0.88% 0.78% -
HSV(B) 247.35º 0.4% 0.97% -
XYZ 42.75 36.27 93.55 -
YUV 164.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 162 150 248 0.35 0.40 0 0.03 247.35 0.88 0.78
Hex A2 96 F8 23 28 0 3 F7 58 4E
Octal 242 226 370 43 50 0 3 367 130 116
Binary 10100010 10010110 11111000 100011 101000 0 11 11110111 1011000 1001110

Color Harmonies of #A296F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296F8

Black with #A296F8

Text Example


Text Example

White with #A296F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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