Html Css Color HEX #A296FC Wistful

📋 copy color: '#A296FC'

red 162 ◦ green 150 ◦ blue 252

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

Shades of Wistful #A296FC

Tints of Wistful #A296FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 28.72%
G = 26.6%
B = 44.68%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A296FC (or 0xA296FC) is known color: Wistful. HEX triplet: A2, 96 and FC. RGB value is (162,150,252). Sum of RGB (Red+Green+Blue) = 162+150+252=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #A296FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FC is #5D6903. Grayscale: #A4A4A4. Windows color (decimal): -6121732 or 16553634. OLE color: 16553634.

HSL color Cylindrical-coordinate representation of color #A296FC: hue angle of 247.06º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A296FC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 150 252 -
CMYK 0.36 0.40 0 0.01
HSL 247.06º 0.94% 0.79% -
HSV(B) 247.06º 0.4% 0.99% -
XYZ 43.38 36.52 96.86 -
YUV 165.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 162 150 252 0.36 0.40 0 0.01 247.06 0.94 0.79
Hex A2 96 FC 24 28 0 1 F7 5E 4F
Octal 242 226 374 44 50 0 1 367 136 117
Binary 10100010 10010110 11111100 100100 101000 0 1 11110111 1011110 1001111

Color Harmonies of #A296FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296FC

Black with #A296FC

Text Example


Text Example

White with #A296FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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