Html Css Color HEX #A294DA Wistful

📋 copy color: '#A294DA'

red 162 ◦ green 148 ◦ blue 218

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

Shades of Wistful #A294DA

Tints of Wistful #A294DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 30.68%
G = 28.03%
B = 41.29%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A294DA (or 0xA294DA) is known color: Wistful. HEX triplet: A2, 94 and DA. RGB value is (162,148,218). Sum of RGB (Red+Green+Blue) = 162+148+218=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A294DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294DA is #5D6B25. Grayscale: #9F9F9F. Windows color (decimal): -6122278 or 14324898. OLE color: 14324898.

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

Color convert

RGB 162 148 218 -
CMYK 0.26 0.32 0 0.15
HSL 252º 0.49% 0.72% -
HSV(B) 252º 0.32% 0.85% -
XYZ 38.15 33.92 70.87 -
YUV 160.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 162 148 218 0.26 0.32 0 0.15 252 0.49 0.72
Hex A2 94 DA 1A 20 0 F FC 31 48
Octal 242 224 332 32 40 0 17 374 61 110
Binary 10100010 10010100 11011010 11010 100000 0 1111 11111100 110001 1001000

Color Harmonies of #A294DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294DA

Black with #A294DA

Text Example


Text Example

White with #A294DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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