Html Css Color HEX #A398CC Wistful

📋 copy color: '#A398CC'

red 163 ◦ green 152 ◦ blue 204

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

Shades of Wistful #A398CC

Tints of Wistful #A398CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 31.41%
G = 29.29%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A398CC (or 0xA398CC) is known color: Wistful. HEX triplet: A3, 98 and CC. RGB value is (163,152,204). Sum of RGB (Red+Green+Blue) = 163+152+204=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A398CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398CC is #5C6733. Grayscale: #A1A1A1. Windows color (decimal): -6055732 or 13408419. OLE color: 13408419.

HSL color Cylindrical-coordinate representation of color #A398CC: hue angle of 252.69º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A398CC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 152 204 -
CMYK 0.20 0.25 0 0.2
HSL 252.69º 0.34% 0.7% -
HSV(B) 252.69º 0.25% 0.8% -
XYZ 37.23 34.6 61.84 -
YUV 161.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 163 152 204 0.20 0.25 0 0.2 252.69 0.34 0.7
Hex A3 98 CC 14 19 0 14 FD 22 46
Octal 243 230 314 24 31 0 24 375 42 106
Binary 10100011 10011000 11001100 10100 11001 0 10100 11111101 100010 1000110

Color Harmonies of #A398CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398CC

Black with #A398CC

Text Example


Text Example

White with #A398CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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