Html Css Color HEX #A294CD Wistful

📋 copy color: '#A294CD'

red 162 ◦ green 148 ◦ blue 205

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

Shades of Wistful #A294CD

Tints of Wistful #A294CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 31.46%
G = 28.74%
B = 39.81%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A294CD (or 0xA294CD) is known color: Wistful. HEX triplet: A2, 94 and CD. RGB value is (162,148,205). Sum of RGB (Red+Green+Blue) = 162+148+205=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #A294CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A294CD is #5D6B32. Grayscale: #9E9E9E. Windows color (decimal): -6122291 or 13472930. OLE color: 13472930.

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

Color convert

RGB 162 148 205 -
CMYK 0.21 0.28 0 0.20
HSL 254.74º 0.36% 0.69% -
HSV(B) 254.74º 0.28% 0.8% -
XYZ 36.51 33.27 62.25 -
YUV 158.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 162 148 205 0.21 0.28 0 0.20 254.74 0.36 0.69
Hex A2 94 CD 15 1C 0 14 FF 24 45
Octal 242 224 315 25 34 0 24 377 44 105
Binary 10100010 10010100 11001101 10101 11100 0 10100 11111111 100100 1000101

Color Harmonies of #A294CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A294CD

Black with #A294CD

Text Example


Text Example

White with #A294CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A294CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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