Html Css Color HEX #A395EC Wistful

📋 copy color: '#A395EC'

red 163 ◦ green 149 ◦ blue 236

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

Shades of Wistful #A395EC

Tints of Wistful #A395EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 29.74%
G = 27.19%
B = 43.07%

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

#A395EC (or 0xA395EC) is known color: Wistful. HEX triplet: A3, 95 and EC. RGB value is (163,149,236). Sum of RGB (Red+Green+Blue) = 163+149+236=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #A395EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A395EC is #5C6A13. Grayscale: #A2A2A2. Windows color (decimal): -6056468 or 15504803. OLE color: 15504803.

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

Color convert

RGB 163 149 236 -
CMYK 0.31 0.37 0 0.07
HSL 249.66º 0.7% 0.75% -
HSV(B) 249.66º 0.37% 0.93% -
XYZ 40.99 35.34 84.02 -
YUV 163.1 169.14 127.93 -
System Red Green Blue C M Y K H S L
Decimal 163 149 236 0.31 0.37 0 0.07 249.66 0.7 0.75
Hex A3 95 EC 1F 25 0 7 FA 46 4B
Octal 243 225 354 37 45 0 7 372 106 113
Binary 10100011 10010101 11101100 11111 100101 0 111 11111010 1000110 1001011

Color Harmonies of #A395EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395EC

Black with #A395EC

Text Example


Text Example

White with #A395EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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