Html Css Color HEX #A295D7 Wistful

📋 copy color: '#A295D7'

red 162 ◦ green 149 ◦ blue 215

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

Shades of Wistful #A295D7

Tints of Wistful #A295D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 30.8%
G = 28.33%
B = 40.87%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A295D7 (or 0xA295D7) is known color: Wistful. HEX triplet: A2, 95 and D7. RGB value is (162,149,215). Sum of RGB (Red+Green+Blue) = 162+149+215=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #A295D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295D7 is #5D6A28. Grayscale: #A0A0A0. Windows color (decimal): -6122025 or 14128546. OLE color: 14128546.

HSL color Cylindrical-coordinate representation of color #A295D7: hue angle of 251.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A295D7 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 149 215 -
CMYK 0.25 0.31 0 0.16
HSL 251.82º 0.45% 0.71% -
HSV(B) 251.82º 0.31% 0.84% -
XYZ 37.91 34.08 68.87 -
YUV 160.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 162 149 215 0.25 0.31 0 0.16 251.82 0.45 0.71
Hex A2 95 D7 19 1F 0 10 FC 2D 47
Octal 242 225 327 31 37 0 20 374 55 107
Binary 10100010 10010101 11010111 11001 11111 0 10000 11111100 101101 1000111

Color Harmonies of #A295D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295D7

Black with #A295D7

Text Example


Text Example

White with #A295D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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