Html Css Color HEX #A395DE Wistful

📋 copy color: '#A395DE'

red 163 ◦ green 149 ◦ blue 222

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

Shades of Wistful #A395DE

Tints of Wistful #A395DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 30.52%
G = 27.9%
B = 41.57%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A395DE (or 0xA395DE) is known color: Wistful. HEX triplet: A3, 95 and DE. RGB value is (163,149,222). Sum of RGB (Red+Green+Blue) = 163+149+222=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #A395DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395DE is #5C6A21. Grayscale: #A1A1A1. Windows color (decimal): -6056482 or 14587299. OLE color: 14587299.

HSL color Cylindrical-coordinate representation of color #A395DE: hue angle of 251.51º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A395DE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 149 222 -
CMYK 0.27 0.33 0 0.13
HSL 251.51º 0.53% 0.73% -
HSV(B) 251.51º 0.33% 0.87% -
XYZ 39.04 34.56 73.72 -
YUV 161.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 163 149 222 0.27 0.33 0 0.13 251.51 0.53 0.73
Hex A3 95 DE 1B 21 0 D FC 35 49
Octal 243 225 336 33 41 0 15 374 65 111
Binary 10100011 10010101 11011110 11011 100001 0 1101 11111100 110101 1001001

Color Harmonies of #A395DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395DE

Black with #A395DE

Text Example


Text Example

White with #A395DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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