Html Css Color HEX #A395DB Wistful

📋 copy color: '#A395DB'

red 163 ◦ green 149 ◦ blue 219

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

Shades of Wistful #A395DB

Tints of Wistful #A395DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 30.7%
G = 28.06%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A395DB (or 0xA395DB) is known color: Wistful. HEX triplet: A3, 95 and DB. RGB value is (163,149,219). Sum of RGB (Red+Green+Blue) = 163+149+219=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A395DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395DB is #5C6A24. Grayscale: #A0A0A0. Windows color (decimal): -6056485 or 14390691. OLE color: 14390691.

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

Color convert

RGB 163 149 219 -
CMYK 0.26 0.32 0 0.14
HSL 252º 0.49% 0.72% -
HSV(B) 252º 0.32% 0.86% -
XYZ 38.64 34.4 71.62 -
YUV 161.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 163 149 219 0.26 0.32 0 0.14 252 0.49 0.72
Hex A3 95 DB 1A 20 0 E FC 31 48
Octal 243 225 333 32 40 0 16 374 61 110
Binary 10100011 10010101 11011011 11010 100000 0 1110 11111100 110001 1001000

Color Harmonies of #A395DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395DB

Black with #A395DB

Text Example


Text Example

White with #A395DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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