Html Css Color HEX #A398DF Wistful

📋 copy color: '#A398DF'

red 163 ◦ green 152 ◦ blue 223

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

Shades of Wistful #A398DF

Tints of Wistful #A398DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.25%

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

R = 30.3%
G = 28.25%
B = 41.45%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A398DF (or 0xA398DF) is known color: Wistful. HEX triplet: A3, 98 and DF. RGB value is (163,152,223). Sum of RGB (Red+Green+Blue) = 163+152+223=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A398DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DF is #5C6720. Grayscale: #A3A3A3. Windows color (decimal): -6055713 or 14653603. OLE color: 14653603.

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

Color convert

RGB 163 152 223 -
CMYK 0.27 0.32 0 0.13
HSL 249.3º 0.53% 0.74% -
HSV(B) 249.3º 0.32% 0.87% -
XYZ 39.65 35.57 74.59 -
YUV 163.38 161.64 127.73 -
System Red Green Blue C M Y K H S L
Decimal 163 152 223 0.27 0.32 0 0.13 249.3 0.53 0.74
Hex A3 98 DF 1B 20 0 D F9 35 4A
Octal 243 230 337 33 40 0 15 371 65 112
Binary 10100011 10011000 11011111 11011 100000 0 1101 11111001 110101 1001010

Color Harmonies of #A398DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398DF

Black with #A398DF

Text Example


Text Example

White with #A398DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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