Html Css Color HEX #A295FA Wistful

📋 copy color: '#A295FA'

red 162 ◦ green 149 ◦ blue 250

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

Shades of Wistful #A295FA

Tints of Wistful #A295FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 28.88%
G = 26.56%
B = 44.56%

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

#A295FA (or 0xA295FA) is known color: Wistful. HEX triplet: A2, 95 and FA. RGB value is (162,149,250). Sum of RGB (Red+Green+Blue) = 162+149+250=561 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.88% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A295FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295FA is #5D6A05. Grayscale: #A4A4A4. Windows color (decimal): -6121990 or 16422306. OLE color: 16422306.

HSL color Cylindrical-coordinate representation of color #A295FA: hue angle of 247.72º degrees, saturation: 0.91, 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 #A295FA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 149 250 -
CMYK 0.35 0.40 0 0.02
HSL 247.72º 0.91% 0.78% -
HSV(B) 247.72º 0.4% 0.98% -
XYZ 42.9 36.08 95.15 -
YUV 164.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 162 149 250 0.35 0.40 0 0.02 247.72 0.91 0.78
Hex A2 95 FA 23 28 0 2 F8 5B 4E
Octal 242 225 372 43 50 0 2 370 133 116
Binary 10100010 10010101 11111010 100011 101000 0 10 11111000 1011011 1001110

Color Harmonies of #A295FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295FA

Black with #A295FA

Text Example


Text Example

White with #A295FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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