Html Css Color HEX #A295F9 Wistful

📋 copy color: '#A295F9'

red 162 ◦ green 149 ◦ blue 249

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

Shades of Wistful #A295F9

Tints of Wistful #A295F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 28.93%
G = 26.61%
B = 44.46%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A295F9 (or 0xA295F9) is known color: Wistful. HEX triplet: A2, 95 and F9. RGB value is (162,149,249). Sum of RGB (Red+Green+Blue) = 162+149+249=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #A295F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295F9 is #5D6A06. Grayscale: #A3A3A3. Windows color (decimal): -6121991 or 16356770. OLE color: 16356770.

HSL color Cylindrical-coordinate representation of color #A295F9: hue angle of 247.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A295F9 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 149 249 -
CMYK 0.35 0.40 0 0.02
HSL 247.8º 0.89% 0.78% -
HSV(B) 247.8º 0.4% 0.98% -
XYZ 42.75 36.02 94.32 -
YUV 164.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 162 149 249 0.35 0.40 0 0.02 247.8 0.89 0.78
Hex A2 95 F9 23 28 0 2 F8 59 4E
Octal 242 225 371 43 50 0 2 370 131 116
Binary 10100010 10010101 11111001 100011 101000 0 10 11111000 1011001 1001110

Color Harmonies of #A295F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295F9

Black with #A295F9

Text Example


Text Example

White with #A295F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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