Html Css Color HEX #A399C3 Wistful

📋 copy color: '#A399C3'

red 163 ◦ green 153 ◦ blue 195

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

Shades of Wistful #A399C3

Tints of Wistful #A399C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.16%

R = 31.9%
G = 29.94%
B = 38.16%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A399C3 (or 0xA399C3) is known color: Wistful. HEX triplet: A3, 99 and C3. RGB value is (163,153,195). Sum of RGB (Red+Green+Blue) = 163+153+195=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #A399C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399C3 is #5C663C. Grayscale: #A0A0A0. Windows color (decimal): -6055485 or 12818851. OLE color: 12818851.

HSL color Cylindrical-coordinate representation of color #A399C3: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A399C3 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 153 195 -
CMYK 0.16 0.22 0 0.24
HSL 254.29º 0.26% 0.68% -
HSV(B) 254.29º 0.22% 0.76% -
XYZ 36.35 34.51 56.38 -
YUV 160.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 163 153 195 0.16 0.22 0 0.24 254.29 0.26 0.68
Hex A3 99 C3 10 16 0 18 FE 1A 44
Octal 243 231 303 20 26 0 30 376 32 104
Binary 10100011 10011001 11000011 10000 10110 0 11000 11111110 11010 1000100

Color Harmonies of #A399C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399C3

Black with #A399C3

Text Example


Text Example

White with #A399C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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