Html Css Color HEX #A294CE Wistful

📋 copy color: '#A294CE'

red 162 ◦ green 148 ◦ blue 206

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

Shades of Wistful #A294CE

Tints of Wistful #A294CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 31.4%
G = 28.68%
B = 39.92%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A294CE (or 0xA294CE) is known color: Wistful. HEX triplet: A2, 94 and CE. RGB value is (162,148,206). Sum of RGB (Red+Green+Blue) = 162+148+206=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #A294CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294CE is #5D6B31. Grayscale: #9E9E9E. Windows color (decimal): -6122290 or 13538466. OLE color: 13538466.

HSL color Cylindrical-coordinate representation of color #A294CE: hue angle of 254.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A294CE is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 148 206 -
CMYK 0.21 0.28 0 0.19
HSL 254.48º 0.37% 0.69% -
HSV(B) 254.48º 0.28% 0.81% -
XYZ 36.63 33.32 62.89 -
YUV 158.8 154.64 130.28 -
System Red Green Blue C M Y K H S L
Decimal 162 148 206 0.21 0.28 0 0.19 254.48 0.37 0.69
Hex A2 94 CE 15 1C 0 13 FE 25 45
Octal 242 224 316 25 34 0 23 376 45 105
Binary 10100010 10010100 11001110 10101 11100 0 10011 11111110 100101 1000101

Color Harmonies of #A294CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294CE

Black with #A294CE

Text Example


Text Example

White with #A294CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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