Html Css Color HEX #A295DD Wistful

📋 copy color: '#A295DD'

red 162 ◦ green 149 ◦ blue 221

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

Shades of Wistful #A295DD

Tints of Wistful #A295DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 30.45%
G = 28.01%
B = 41.54%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A295DD (or 0xA295DD) is known color: Wistful. HEX triplet: A2, 95 and DD. RGB value is (162,149,221). Sum of RGB (Red+Green+Blue) = 162+149+221=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #A295DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DD is #5D6A22. Grayscale: #A0A0A0. Windows color (decimal): -6122019 or 14521762. OLE color: 14521762.

HSL color Cylindrical-coordinate representation of color #A295DD: hue angle of 250.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A295DD is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 149 221 -
CMYK 0.27 0.33 0 0.13
HSL 250.83º 0.51% 0.73% -
HSV(B) 250.83º 0.33% 0.87% -
XYZ 38.7 34.4 73.01 -
YUV 161.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 162 149 221 0.27 0.33 0 0.13 250.83 0.51 0.73
Hex A2 95 DD 1B 21 0 D FB 33 49
Octal 242 225 335 33 41 0 15 373 63 111
Binary 10100010 10010101 11011101 11011 100001 0 1101 11111011 110011 1001001

Color Harmonies of #A295DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295DD

Black with #A295DD

Text Example


Text Example

White with #A295DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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