Html Css Color HEX #A398DA Wistful

📋 copy color: '#A398DA'

red 163 ◦ green 152 ◦ blue 218

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

Shades of Wistful #A398DA

Tints of Wistful #A398DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 30.58%
G = 28.52%
B = 40.9%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A398DA (or 0xA398DA) is known color: Wistful. HEX triplet: A3, 98 and DA. RGB value is (163,152,218). Sum of RGB (Red+Green+Blue) = 163+152+218=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A398DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398DA is #5C6725. Grayscale: #A2A2A2. Windows color (decimal): -6055718 or 14325923. OLE color: 14325923.

HSL color Cylindrical-coordinate representation of color #A398DA: hue angle of 250º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A398DA is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 152 218 -
CMYK 0.25 0.30 0 0.15
HSL 250º 0.47% 0.73% -
HSV(B) 250º 0.3% 0.85% -
XYZ 38.99 35.3 71.09 -
YUV 162.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 163 152 218 0.25 0.30 0 0.15 250 0.47 0.73
Hex A3 98 DA 19 1E 0 F FA 2F 49
Octal 243 230 332 31 36 0 17 372 57 111
Binary 10100011 10011000 11011010 11001 11110 0 1111 11111010 101111 1001001

Color Harmonies of #A398DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398DA

Black with #A398DA

Text Example


Text Example

White with #A398DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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