Html Css Color HEX #A395ED Wistful

📋 copy color: '#A395ED'

red 163 ◦ green 149 ◦ blue 237

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

Shades of Wistful #A395ED

Tints of Wistful #A395ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 29.69%
G = 27.14%
B = 43.17%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A395ED (or 0xA395ED) is known color: Wistful. HEX triplet: A3, 95 and ED. RGB value is (163,149,237). Sum of RGB (Red+Green+Blue) = 163+149+237=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #A395ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395ED is #5C6A12. Grayscale: #A2A2A2. Windows color (decimal): -6056467 or 15570339. OLE color: 15570339.

HSL color Cylindrical-coordinate representation of color #A395ED: hue angle of 249.55º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A395ED is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 149 237 -
CMYK 0.31 0.37 0 0.07
HSL 249.55º 0.71% 0.76% -
HSV(B) 249.55º 0.37% 0.93% -
XYZ 41.14 35.4 84.78 -
YUV 163.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 163 149 237 0.31 0.37 0 0.07 249.55 0.71 0.76
Hex A3 95 ED 1F 25 0 7 FA 47 4C
Octal 243 225 355 37 45 0 7 372 107 114
Binary 10100011 10010101 11101101 11111 100101 0 111 11111010 1000111 1001100

Color Harmonies of #A395ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395ED

Black with #A395ED

Text Example


Text Example

White with #A395ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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