Html Css Color HEX #A396CC Wistful

📋 copy color: '#A396CC'

red 163 ◦ green 150 ◦ blue 204

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

Shades of Wistful #A396CC

Tints of Wistful #A396CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 31.53%
G = 29.01%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A396CC (or 0xA396CC) is known color: Wistful. HEX triplet: A3, 96 and CC. RGB value is (163,150,204). Sum of RGB (Red+Green+Blue) = 163+150+204=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A396CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A396CC is #5C6933. Grayscale: #9F9F9F. Windows color (decimal): -6056244 or 13407907. OLE color: 13407907.

HSL color Cylindrical-coordinate representation of color #A396CC: hue angle of 254.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A396CC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 150 204 -
CMYK 0.20 0.26 0 0.2
HSL 254.44º 0.35% 0.69% -
HSV(B) 254.44º 0.26% 0.8% -
XYZ 36.91 33.96 61.74 -
YUV 160.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 163 150 204 0.20 0.26 0 0.2 254.44 0.35 0.69
Hex A3 96 CC 14 1A 0 14 FE 23 45
Octal 243 226 314 24 32 0 24 376 43 105
Binary 10100011 10010110 11001100 10100 11010 0 10100 11111110 100011 1000101

Color Harmonies of #A396CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A396CC

Black with #A396CC

Text Example


Text Example

White with #A396CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A396CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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