Html Css Color HEX #A295DE Wistful

📋 copy color: '#A295DE'

red 162 ◦ green 149 ◦ blue 222

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

Shades of Wistful #A295DE

Tints of Wistful #A295DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 30.39%
G = 27.95%
B = 41.65%

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

#A295DE (or 0xA295DE) is known color: Wistful. HEX triplet: A2, 95 and DE. RGB value is (162,149,222). Sum of RGB (Red+Green+Blue) = 162+149+222=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #A295DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DE is #5D6A21. Grayscale: #A0A0A0. Windows color (decimal): -6122018 or 14587298. OLE color: 14587298.

HSL color Cylindrical-coordinate representation of color #A295DE: hue angle of 250.68º degrees, saturation: 0.53, 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 #A295DE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 149 222 -
CMYK 0.27 0.33 0 0.13
HSL 250.68º 0.53% 0.73% -
HSV(B) 250.68º 0.33% 0.87% -
XYZ 38.83 34.45 73.71 -
YUV 161.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 162 149 222 0.27 0.33 0 0.13 250.68 0.53 0.73
Hex A2 95 DE 1B 21 0 D FB 35 49
Octal 242 225 336 33 41 0 15 373 65 111
Binary 10100010 10010101 11011110 11011 100001 0 1101 11111011 110101 1001001

Color Harmonies of #A295DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295DE

Black with #A295DE

Text Example


Text Example

White with #A295DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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