Html Css Color HEX #A395DA Wistful

📋 copy color: '#A395DA'

red 163 ◦ green 149 ◦ blue 218

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

Shades of Wistful #A395DA

Tints of Wistful #A395DA

RGB

 RED value IS 163 (64.06% from 255) = 30.75%

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

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

R = 30.75%
G = 28.11%
B = 41.13%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A395DA (or 0xA395DA) is known color: Wistful. HEX triplet: A3, 95 and DA. RGB value is (163,149,218). Sum of RGB (Red+Green+Blue) = 163+149+218=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #A395DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395DA is #5C6A25. Grayscale: #A0A0A0. Windows color (decimal): -6056486 or 14325155. OLE color: 14325155.

HSL color Cylindrical-coordinate representation of color #A395DA: hue angle of 252.17º 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 #A395DA is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 149 218 -
CMYK 0.25 0.32 0 0.15
HSL 252.17º 0.48% 0.72% -
HSV(B) 252.17º 0.32% 0.85% -
XYZ 38.51 34.34 70.93 -
YUV 161.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 163 149 218 0.25 0.32 0 0.15 252.17 0.48 0.72
Hex A3 95 DA 19 20 0 F FC 30 48
Octal 243 225 332 31 40 0 17 374 60 110
Binary 10100011 10010101 11011010 11001 100000 0 1111 11111100 110000 1001000

Color Harmonies of #A395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395DA

Black with #A395DA

Text Example


Text Example

White with #A395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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