Html Css Color HEX #A295E9 Wistful

📋 copy color: '#A295E9'

red 162 ◦ green 149 ◦ blue 233

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

Shades of Wistful #A295E9

Tints of Wistful #A295E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.83%

R = 29.78%
G = 27.39%
B = 42.83%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A295E9 (or 0xA295E9) is known color: Wistful. HEX triplet: A2, 95 and E9. RGB value is (162,149,233). Sum of RGB (Red+Green+Blue) = 162+149+233=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #A295E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295E9 is #5D6A16. Grayscale: #A2A2A2. Windows color (decimal): -6122007 or 15308194. OLE color: 15308194.

HSL color Cylindrical-coordinate representation of color #A295E9: hue angle of 249.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A295E9 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 149 233 -
CMYK 0.30 0.36 0 0.09
HSL 249.29º 0.66% 0.75% -
HSV(B) 249.29º 0.36% 0.91% -
XYZ 40.36 35.06 81.73 -
YUV 162.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 162 149 233 0.30 0.36 0 0.09 249.29 0.66 0.75
Hex A2 95 E9 1E 24 0 9 F9 42 4B
Octal 242 225 351 36 44 0 11 371 102 113
Binary 10100010 10010101 11101001 11110 100100 0 1001 11111001 1000010 1001011

Color Harmonies of #A295E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295E9

Black with #A295E9

Text Example


Text Example

White with #A295E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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