Html Css Color HEX #A398DC Wistful

📋 copy color: '#A398DC'

red 163 ◦ green 152 ◦ blue 220

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

Shades of Wistful #A398DC

Tints of Wistful #A398DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 30.47%
G = 28.41%
B = 41.12%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A398DC (or 0xA398DC) is known color: Wistful. HEX triplet: A3, 98 and DC. RGB value is (163,152,220). Sum of RGB (Red+Green+Blue) = 163+152+220=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A398DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DC is #5C6723. Grayscale: #A2A2A2. Windows color (decimal): -6055716 or 14456995. OLE color: 14456995.

HSL color Cylindrical-coordinate representation of color #A398DC: hue angle of 249.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A398DC is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 152 220 -
CMYK 0.26 0.31 0 0.14
HSL 249.71º 0.49% 0.73% -
HSV(B) 249.71º 0.31% 0.86% -
XYZ 39.25 35.41 72.48 -
YUV 163.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 163 152 220 0.26 0.31 0 0.14 249.71 0.49 0.73
Hex A3 98 DC 1A 1F 0 E FA 31 49
Octal 243 230 334 32 37 0 16 372 61 111
Binary 10100011 10011000 11011100 11010 11111 0 1110 11111010 110001 1001001

Color Harmonies of #A398DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398DC

Black with #A398DC

Text Example


Text Example

White with #A398DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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