Html Css Color HEX #A399C4 Wistful

📋 copy color: '#A399C4'

red 163 ◦ green 153 ◦ blue 196

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

Shades of Wistful #A399C4

Tints of Wistful #A399C4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.88%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 31.84%
G = 29.88%
B = 38.28%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A399C4 (or 0xA399C4) is known color: Wistful. HEX triplet: A3, 99 and C4. RGB value is (163,153,196). Sum of RGB (Red+Green+Blue) = 163+153+196=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #A399C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C4 is #5C663B. Grayscale: #A0A0A0. Windows color (decimal): -6055484 or 12884387. OLE color: 12884387.

HSL color Cylindrical-coordinate representation of color #A399C4: hue angle of 253.95º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A399C4 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 153 196 -
CMYK 0.17 0.22 0 0.23
HSL 253.95º 0.27% 0.68% -
HSV(B) 253.95º 0.22% 0.77% -
XYZ 36.46 34.55 56.97 -
YUV 160.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 163 153 196 0.17 0.22 0 0.23 253.95 0.27 0.68
Hex A3 99 C4 11 16 0 17 FE 1B 44
Octal 243 231 304 21 26 0 27 376 33 104
Binary 10100011 10011001 11000100 10001 10110 0 10111 11111110 11011 1000100

Color Harmonies of #A399C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399C4

Black with #A399C4

Text Example


Text Example

White with #A399C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399C4; }

 p { color: rgb(163,153,196); }

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

background-color css

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

 a { background-color: rgb(163,153,196); }

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

border-color css

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

 span { border-color: rgb(163,153,196); }

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