Html Css Color HEX #A296ED Wistful

📋 copy color: '#A296ED'

red 162 ◦ green 150 ◦ blue 237

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

Shades of Wistful #A296ED

Tints of Wistful #A296ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 29.51%
G = 27.32%
B = 43.17%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A296ED (or 0xA296ED) is known color: Wistful. HEX triplet: A2, 96 and ED. RGB value is (162,150,237). Sum of RGB (Red+Green+Blue) = 162+150+237=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #A296ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296ED is #5D6912. Grayscale: #A3A3A3. Windows color (decimal): -6121747 or 15570594. OLE color: 15570594.

HSL color Cylindrical-coordinate representation of color #A296ED: hue angle of 248.28º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A296ED is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 150 237 -
CMYK 0.32 0.37 0 0.07
HSL 248.28º 0.71% 0.76% -
HSV(B) 248.28º 0.37% 0.93% -
XYZ 41.09 35.61 84.83 -
YUV 163.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 162 150 237 0.32 0.37 0 0.07 248.28 0.71 0.76
Hex A2 96 ED 20 25 0 7 F8 47 4C
Octal 242 226 355 40 45 0 7 370 107 114
Binary 10100010 10010110 11101101 100000 100101 0 111 11111000 1000111 1001100

Color Harmonies of #A296ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296ED

Black with #A296ED

Text Example


Text Example

White with #A296ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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