Html Css Color HEX #A295D2 Wistful

📋 copy color: '#A295D2'

red 162 ◦ green 149 ◦ blue 210

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

Shades of Wistful #A295D2

Tints of Wistful #A295D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 31.09%
G = 28.6%
B = 40.31%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A295D2 (or 0xA295D2) is known color: Wistful. HEX triplet: A2, 95 and D2. RGB value is (162,149,210). Sum of RGB (Red+Green+Blue) = 162+149+210=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #A295D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295D2 is #5D6A2D. Grayscale: #9F9F9F. Windows color (decimal): -6122030 or 13800866. OLE color: 13800866.

HSL color Cylindrical-coordinate representation of color #A295D2: hue angle of 252.79º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A295D2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 149 210 -
CMYK 0.23 0.29 0 0.18
HSL 252.79º 0.4% 0.7% -
HSV(B) 252.79º 0.29% 0.82% -
XYZ 37.28 33.83 65.54 -
YUV 159.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 162 149 210 0.23 0.29 0 0.18 252.79 0.4 0.7
Hex A2 95 D2 17 1D 0 12 FD 28 46
Octal 242 225 322 27 35 0 22 375 50 106
Binary 10100010 10010101 11010010 10111 11101 0 10010 11111101 101000 1000110

Color Harmonies of #A295D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295D2

Black with #A295D2

Text Example


Text Example

White with #A295D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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