Html Css Color HEX #A396EE Wistful

📋 copy color: '#A396EE'

red 163 ◦ green 150 ◦ blue 238

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

Shades of Wistful #A396EE

Tints of Wistful #A396EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 29.58%
G = 27.22%
B = 43.19%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A396EE (or 0xA396EE) is known color: Wistful. HEX triplet: A3, 96 and EE. RGB value is (163,150,238). Sum of RGB (Red+Green+Blue) = 163+150+238=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A396EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396EE is #5C6911. Grayscale: #A3A3A3. Windows color (decimal): -6056210 or 15636131. OLE color: 15636131.

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

Color convert

RGB 163 150 238 -
CMYK 0.32 0.37 0 0.07
HSL 248.86º 0.72% 0.76% -
HSV(B) 248.86º 0.37% 0.93% -
XYZ 41.44 35.77 85.61 -
YUV 163.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 163 150 238 0.32 0.37 0 0.07 248.86 0.72 0.76
Hex A3 96 EE 20 25 0 7 F9 48 4C
Octal 243 226 356 40 45 0 7 371 110 114
Binary 10100011 10010110 11101110 100000 100101 0 111 11111001 1001000 1001100

Color Harmonies of #A396EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396EE

Black with #A396EE

Text Example


Text Example

White with #A396EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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