Html Css Color HEX #A295FB Wistful

📋 copy color: '#A295FB'

red 162 ◦ green 149 ◦ blue 251

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

Shades of Wistful #A295FB

Tints of Wistful #A295FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 28.83%
G = 26.51%
B = 44.66%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A295FB (or 0xA295FB) is known color: Wistful. HEX triplet: A2, 95 and FB. RGB value is (162,149,251). Sum of RGB (Red+Green+Blue) = 162+149+251=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #A295FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A295FB is #5D6A04. Grayscale: #A4A4A4. Windows color (decimal): -6121989 or 16487842. OLE color: 16487842.

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

Color convert

RGB 162 149 251 -
CMYK 0.35 0.41 0 0.02
HSL 247.65º 0.93% 0.78% -
HSV(B) 247.65º 0.41% 0.98% -
XYZ 43.06 36.14 95.97 -
YUV 164.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 162 149 251 0.35 0.41 0 0.02 247.65 0.93 0.78
Hex A2 95 FB 23 29 0 2 F8 5D 4E
Octal 242 225 373 43 51 0 2 370 135 116
Binary 10100010 10010101 11111011 100011 101001 0 10 11111000 1011101 1001110

Color Harmonies of #A295FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295FB

Black with #A295FB

Text Example


Text Example

White with #A295FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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