Html Css Color HEX #A296DC Wistful

📋 copy color: '#A296DC'

red 162 ◦ green 150 ◦ blue 220

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

Shades of Wistful #A296DC

Tints of Wistful #A296DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.35%

R = 30.45%
G = 28.2%
B = 41.35%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A296DC (or 0xA296DC) is known color: Wistful. HEX triplet: A2, 96 and DC. RGB value is (162,150,220). Sum of RGB (Red+Green+Blue) = 162+150+220=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #A296DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296DC is #5D6923. Grayscale: #A1A1A1. Windows color (decimal): -6121764 or 14456482. OLE color: 14456482.

HSL color Cylindrical-coordinate representation of color #A296DC: hue angle of 250.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A296DC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 150 220 -
CMYK 0.26 0.32 0 0.14
HSL 250.29º 0.5% 0.73% -
HSV(B) 250.29º 0.32% 0.86% -
XYZ 38.72 34.66 72.36 -
YUV 161.57 160.98 128.31 -
System Red Green Blue C M Y K H S L
Decimal 162 150 220 0.26 0.32 0 0.14 250.29 0.5 0.73
Hex A2 96 DC 1A 20 0 E FA 32 49
Octal 242 226 334 32 40 0 16 372 62 111
Binary 10100010 10010110 11011100 11010 100000 0 1110 11111010 110010 1001001

Color Harmonies of #A296DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296DC

Black with #A296DC

Text Example


Text Example

White with #A296DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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