Html Css Color HEX #A398DD Wistful

📋 copy color: '#A398DD'

red 163 ◦ green 152 ◦ blue 221

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

Shades of Wistful #A398DD

Tints of Wistful #A398DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 30.41%
G = 28.36%
B = 41.23%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A398DD (or 0xA398DD) is known color: Wistful. HEX triplet: A3, 98 and DD. RGB value is (163,152,221). Sum of RGB (Red+Green+Blue) = 163+152+221=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A398DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DD is #5C6722. Grayscale: #A2A2A2. Windows color (decimal): -6055715 or 14522531. OLE color: 14522531.

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

Color convert

RGB 163 152 221 -
CMYK 0.26 0.31 0 0.13
HSL 249.57º 0.5% 0.73% -
HSV(B) 249.57º 0.31% 0.87% -
XYZ 39.38 35.46 73.18 -
YUV 163.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 163 152 221 0.26 0.31 0 0.13 249.57 0.5 0.73
Hex A3 98 DD 1A 1F 0 D FA 32 49
Octal 243 230 335 32 37 0 15 372 62 111
Binary 10100011 10011000 11011101 11010 11111 0 1101 11111010 110010 1001001

Color Harmonies of #A398DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398DD

Black with #A398DD

Text Example


Text Example

White with #A398DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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