Html Css Color HEX #A396F6 Wistful

📋 copy color: '#A396F6'

red 163 ◦ green 150 ◦ blue 246

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

Shades of Wistful #A396F6

Tints of Wistful #A396F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 29.16%
G = 26.83%
B = 44.01%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A396F6 (or 0xA396F6) is known color: Wistful. HEX triplet: A3, 96 and F6. RGB value is (163,150,246). Sum of RGB (Red+Green+Blue) = 163+150+246=559 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.16% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #A396F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396F6 is #5C6909. Grayscale: #A4A4A4. Windows color (decimal): -6056202 or 16160419. OLE color: 16160419.

HSL color Cylindrical-coordinate representation of color #A396F6: hue angle of 248.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A396F6 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 163 150 246 -
CMYK 0.34 0.39 0 0.04
HSL 248.13º 0.84% 0.78% -
HSV(B) 248.13º 0.39% 0.96% -
XYZ 42.65 36.25 91.94 -
YUV 164.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 163 150 246 0.34 0.39 0 0.04 248.13 0.84 0.78
Hex A3 96 F6 22 27 0 4 F8 54 4E
Octal 243 226 366 42 47 0 4 370 124 116
Binary 10100011 10010110 11110110 100010 100111 0 100 11111000 1010100 1001110

Color Harmonies of #A396F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396F6

Black with #A396F6

Text Example


Text Example

White with #A396F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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