Html Css Color HEX #A396E5 Wistful

📋 copy color: '#A396E5'

red 163 ◦ green 150 ◦ blue 229

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

Shades of Wistful #A396E5

Tints of Wistful #A396E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 30.07%
G = 27.68%
B = 42.25%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A396E5 (or 0xA396E5) is known color: Wistful. HEX triplet: A3, 96 and E5. RGB value is (163,150,229). Sum of RGB (Red+Green+Blue) = 163+150+229=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #A396E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396E5 is #5C691A. Grayscale: #A2A2A2. Windows color (decimal): -6056219 or 15046307. OLE color: 15046307.

HSL color Cylindrical-coordinate representation of color #A396E5: hue angle of 249.87º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A396E5 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 150 229 -
CMYK 0.29 0.34 0 0.10
HSL 249.87º 0.6% 0.74% -
HSV(B) 249.87º 0.34% 0.9% -
XYZ 40.15 35.26 78.82 -
YUV 162.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 163 150 229 0.29 0.34 0 0.10 249.87 0.6 0.74
Hex A3 96 E5 1D 22 0 A FA 3C 4A
Octal 243 226 345 35 42 0 12 372 74 112
Binary 10100011 10010110 11100101 11101 100010 0 1010 11111010 111100 1001010

Color Harmonies of #A396E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396E5

Black with #A396E5

Text Example


Text Example

White with #A396E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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