Html Css Color HEX #A294DB Wistful

📋 copy color: '#A294DB'

red 162 ◦ green 148 ◦ blue 219

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

Shades of Wistful #A294DB

Tints of Wistful #A294DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.98%

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

R = 30.62%
G = 27.98%
B = 41.4%

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

#A294DB (or 0xA294DB) is known color: Wistful. HEX triplet: A2, 94 and DB. RGB value is (162,148,219). Sum of RGB (Red+Green+Blue) = 162+148+219=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A294DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294DB is #5D6B24. Grayscale: #A0A0A0. Windows color (decimal): -6122277 or 14390434. OLE color: 14390434.

HSL color Cylindrical-coordinate representation of color #A294DB: hue angle of 251.83º degrees, saturation: 0.5, 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 #A294DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 148 219 -
CMYK 0.26 0.32 0 0.14
HSL 251.83º 0.5% 0.72% -
HSV(B) 251.83º 0.32% 0.86% -
XYZ 38.28 33.98 71.56 -
YUV 160.28 161.14 129.23 -
System Red Green Blue C M Y K H S L
Decimal 162 148 219 0.26 0.32 0 0.14 251.83 0.5 0.72
Hex A2 94 DB 1A 20 0 E FC 32 48
Octal 242 224 333 32 40 0 16 374 62 110
Binary 10100010 10010100 11011011 11010 100000 0 1110 11111100 110010 1001000

Color Harmonies of #A294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294DB

Black with #A294DB

Text Example


Text Example

White with #A294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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