Html Css Color HEX #A296DB Wistful

📋 copy color: '#A296DB'

red 162 ◦ green 150 ◦ blue 219

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

Shades of Wistful #A296DB

Tints of Wistful #A296DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 30.51%
G = 28.25%
B = 41.24%

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

#A296DB (or 0xA296DB) is known color: Wistful. HEX triplet: A2, 96 and DB. RGB value is (162,150,219). Sum of RGB (Red+Green+Blue) = 162+150+219=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A296DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A296DB is #5D6924. Grayscale: #A1A1A1. Windows color (decimal): -6121765 or 14390946. OLE color: 14390946.

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

Color convert

RGB 162 150 219 -
CMYK 0.26 0.32 0 0.14
HSL 250.43º 0.49% 0.72% -
HSV(B) 250.43º 0.32% 0.86% -
XYZ 38.59 34.61 71.66 -
YUV 161.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 162 150 219 0.26 0.32 0 0.14 250.43 0.49 0.72
Hex A2 96 DB 1A 20 0 E FA 31 48
Octal 242 226 333 32 40 0 16 372 61 110
Binary 10100010 10010110 11011011 11010 100000 0 1110 11111010 110001 1001000

Color Harmonies of #A296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296DB

Black with #A296DB

Text Example


Text Example

White with #A296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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