Html Css Color HEX #A295DA Wistful

📋 copy color: '#A295DA'

red 162 ◦ green 149 ◦ blue 218

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

Shades of Wistful #A295DA

Tints of Wistful #A295DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 30.62%
G = 28.17%
B = 41.21%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A295DA (or 0xA295DA) is known color: Wistful. HEX triplet: A2, 95 and DA. RGB value is (162,149,218). Sum of RGB (Red+Green+Blue) = 162+149+218=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #A295DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A295DA is #5D6A25. Grayscale: #A0A0A0. Windows color (decimal): -6122022 or 14325154. OLE color: 14325154.

HSL color Cylindrical-coordinate representation of color #A295DA: hue angle of 251.3º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A295DA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 149 218 -
CMYK 0.26 0.32 0 0.15
HSL 251.3º 0.48% 0.72% -
HSV(B) 251.3º 0.32% 0.85% -
XYZ 38.3 34.24 70.92 -
YUV 160.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 162 149 218 0.26 0.32 0 0.15 251.3 0.48 0.72
Hex A2 95 DA 1A 20 0 F FB 30 48
Octal 242 225 332 32 40 0 17 373 60 110
Binary 10100010 10010101 11011010 11010 100000 0 1111 11111011 110000 1001000

Color Harmonies of #A295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A295DA

Black with #A295DA

Text Example


Text Example

White with #A295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A295DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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