Html Css Color HEX #A399CE Wistful

📋 copy color: '#A399CE'

red 163 ◦ green 153 ◦ blue 206

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

Shades of Wistful #A399CE

Tints of Wistful #A399CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 31.23%
G = 29.31%
B = 39.46%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A399CE (or 0xA399CE) is known color: Wistful. HEX triplet: A3, 99 and CE. RGB value is (163,153,206). Sum of RGB (Red+Green+Blue) = 163+153+206=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A399CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399CE is #5C6631. Grayscale: #A1A1A1. Windows color (decimal): -6055474 or 13539747. OLE color: 13539747.

HSL color Cylindrical-coordinate representation of color #A399CE: hue angle of 251.32º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A399CE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 153 206 -
CMYK 0.21 0.26 0 0.19
HSL 251.32º 0.35% 0.7% -
HSV(B) 251.32º 0.26% 0.81% -
XYZ 37.64 35.03 63.17 -
YUV 162.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 163 153 206 0.21 0.26 0 0.19 251.32 0.35 0.7
Hex A3 99 CE 15 1A 0 13 FB 23 46
Octal 243 231 316 25 32 0 23 373 43 106
Binary 10100011 10011001 11001110 10101 11010 0 10011 11111011 100011 1000110

Color Harmonies of #A399CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399CE

Black with #A399CE

Text Example


Text Example

White with #A399CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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