Html Css Color HEX #A396ED Wistful

📋 copy color: '#A396ED'

red 163 ◦ green 150 ◦ blue 237

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

Shades of Wistful #A396ED

Tints of Wistful #A396ED

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.27%

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

R = 29.64%
G = 27.27%
B = 43.09%

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

#A396ED (or 0xA396ED) is known color: Wistful. HEX triplet: A3, 96 and ED. RGB value is (163,150,237). Sum of RGB (Red+Green+Blue) = 163+150+237=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #A396ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396ED is #5C6912. Grayscale: #A3A3A3. Windows color (decimal): -6056211 or 15570595. OLE color: 15570595.

HSL color Cylindrical-coordinate representation of color #A396ED: hue angle of 248.97º 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 #A396ED is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 150 237 -
CMYK 0.31 0.37 0 0.07
HSL 248.97º 0.71% 0.76% -
HSV(B) 248.97º 0.37% 0.93% -
XYZ 41.3 35.71 84.84 -
YUV 163.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 163 150 237 0.31 0.37 0 0.07 248.97 0.71 0.76
Hex A3 96 ED 1F 25 0 7 F9 47 4C
Octal 243 226 355 37 45 0 7 371 107 114
Binary 10100011 10010110 11101101 11111 100101 0 111 11111001 1000111 1001100

Color Harmonies of #A396ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396ED

Black with #A396ED

Text Example


Text Example

White with #A396ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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