Html Css Color HEX #A295CE Wistful

📋 copy color: '#A295CE'

red 162 ◦ green 149 ◦ blue 206

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

Shades of Wistful #A295CE

Tints of Wistful #A295CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

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

R = 31.33%
G = 28.82%
B = 39.85%

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

#A295CE (or 0xA295CE) is known color: Wistful. HEX triplet: A2, 95 and CE. RGB value is (162,149,206). Sum of RGB (Red+Green+Blue) = 162+149+206=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295CE is #5D6A31. Grayscale: #9F9F9F. Windows color (decimal): -6122034 or 13538722. OLE color: 13538722.

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

Color convert

RGB 162 149 206 -
CMYK 0.21 0.28 0 0.19
HSL 253.68º 0.37% 0.7% -
HSV(B) 253.68º 0.28% 0.81% -
XYZ 36.79 33.63 62.95 -
YUV 159.39 154.31 129.87 -
System Red Green Blue C M Y K H S L
Decimal 162 149 206 0.21 0.28 0 0.19 253.68 0.37 0.7
Hex A2 95 CE 15 1C 0 13 FE 25 46
Octal 242 225 316 25 34 0 23 376 45 106
Binary 10100010 10010101 11001110 10101 11100 0 10011 11111110 100101 1000110

Color Harmonies of #A295CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295CE

Black with #A295CE

Text Example


Text Example

White with #A295CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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