Html Css Color HEX #A399DF Wistful

📋 copy color: '#A399DF'

red 163 ◦ green 153 ◦ blue 223

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

Shades of Wistful #A399DF

Tints of Wistful #A399DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 30.24%
G = 28.39%
B = 41.37%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A399DF (or 0xA399DF) is known color: Wistful. HEX triplet: A3, 99 and DF. RGB value is (163,153,223). Sum of RGB (Red+Green+Blue) = 163+153+223=539 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.24% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A399DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A399DF is #5C6620. Grayscale: #A3A3A3. Windows color (decimal): -6055457 or 14653859. OLE color: 14653859.

HSL color Cylindrical-coordinate representation of color #A399DF: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A399DF is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 153 223 -
CMYK 0.27 0.31 0 0.13
HSL 248.57º 0.52% 0.74% -
HSV(B) 248.57º 0.31% 0.87% -
XYZ 39.81 35.9 74.64 -
YUV 163.97 161.31 127.31 -
System Red Green Blue C M Y K H S L
Decimal 163 153 223 0.27 0.31 0 0.13 248.57 0.52 0.74
Hex A3 99 DF 1B 1F 0 D F9 34 4A
Octal 243 231 337 33 37 0 15 371 64 112
Binary 10100011 10011001 11011111 11011 11111 0 1101 11111001 110100 1001010

Color Harmonies of #A399DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A399DF

Black with #A399DF

Text Example


Text Example

White with #A399DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A399DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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