Html Css Color HEX #A293DB Wistful

📋 copy color: '#A293DB'

red 162 ◦ green 147 ◦ blue 219

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

Shades of Wistful #A293DB

Tints of Wistful #A293DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.84%

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

R = 30.68%
G = 27.84%
B = 41.48%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A293DB (or 0xA293DB) is known color: Wistful. HEX triplet: A2, 93 and DB. RGB value is (162,147,219). Sum of RGB (Red+Green+Blue) = 162+147+219=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A293DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A293DB is #5D6C24. Grayscale: #9F9F9F. Windows color (decimal): -6122533 or 14390178. OLE color: 14390178.

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

Color convert

RGB 162 147 219 -
CMYK 0.26 0.33 0 0.14
HSL 252.5º 0.5% 0.72% -
HSV(B) 252.5º 0.33% 0.86% -
XYZ 38.12 33.66 71.51 -
YUV 159.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 162 147 219 0.26 0.33 0 0.14 252.5 0.5 0.72
Hex A2 93 DB 1A 21 0 E FD 32 48
Octal 242 223 333 32 41 0 16 375 62 110
Binary 10100010 10010011 11011011 11010 100001 0 1110 11111101 110010 1001000

Color Harmonies of #A293DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A293DB

Black with #A293DB

Text Example


Text Example

White with #A293DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A293DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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