Html Css Color HEX #A295F1 Wistful

📋 copy color: '#A295F1'

red 162 ◦ green 149 ◦ blue 241

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

Shades of Wistful #A295F1

Tints of Wistful #A295F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.66%

R = 29.35%
G = 26.99%
B = 43.66%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A295F1 (or 0xA295F1) is known color: Wistful. HEX triplet: A2, 95 and F1. RGB value is (162,149,241). Sum of RGB (Red+Green+Blue) = 162+149+241=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #A295F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295F1 is #5D6A0E. Grayscale: #A3A3A3. Windows color (decimal): -6121999 or 15832482. OLE color: 15832482.

HSL color Cylindrical-coordinate representation of color #A295F1: hue angle of 248.48º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A295F1 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 149 241 -
CMYK 0.33 0.38 0 0.05
HSL 248.48º 0.77% 0.76% -
HSV(B) 248.48º 0.38% 0.95% -
XYZ 41.52 35.53 87.89 -
YUV 163.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 162 149 241 0.33 0.38 0 0.05 248.48 0.77 0.76
Hex A2 95 F1 21 26 0 5 F8 4D 4C
Octal 242 225 361 41 46 0 5 370 115 114
Binary 10100010 10010101 11110001 100001 100110 0 101 11111000 1001101 1001100

Color Harmonies of #A295F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295F1

Black with #A295F1

Text Example


Text Example

White with #A295F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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