Html Css Color HEX #A396FA Wistful

📋 copy color: '#A396FA'

red 163 ◦ green 150 ◦ blue 250

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

Shades of Wistful #A396FA

Tints of Wistful #A396FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 28.95%
G = 26.64%
B = 44.4%

CMYK

 C value IS 0.35

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A396FA (or 0xA396FA) is known color: Wistful. HEX triplet: A3, 96 and FA. RGB value is (163,150,250). Sum of RGB (Red+Green+Blue) = 163+150+250=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A396FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A396FA is #5C6905. Grayscale: #A4A4A4. Windows color (decimal): -6056198 or 16422563. OLE color: 16422563.

HSL color Cylindrical-coordinate representation of color #A396FA: hue angle of 247.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A396FA is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 150 250 -
CMYK 0.35 0.4 0 0.02
HSL 247.8º 0.91% 0.78% -
HSV(B) 247.8º 0.4% 0.98% -
XYZ 43.27 36.5 95.21 -
YUV 165.29 175.81 126.37 -
System Red Green Blue C M Y K H S L
Decimal 163 150 250 0.35 0.4 0 0.02 247.8 0.91 0.78
Hex A3 96 FA 23 28 0 2 F8 5B 4E
Octal 243 226 372 43 50 0 2 370 133 116
Binary 10100011 10010110 11111010 100011 101000 0 10 11111000 1011011 1001110

Color Harmonies of #A396FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396FA

Black with #A396FA

Text Example


Text Example

White with #A396FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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