Html Css Color HEX #A398CA Wistful

📋 copy color: '#A398CA'

red 163 ◦ green 152 ◦ blue 202

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

Shades of Wistful #A398CA

Tints of Wistful #A398CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.07%

R = 31.53%
G = 29.4%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A398CA (or 0xA398CA) is known color: Wistful. HEX triplet: A3, 98 and CA. RGB value is (163,152,202). Sum of RGB (Red+Green+Blue) = 163+152+202=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #A398CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A398CA is #5C6735. Grayscale: #A0A0A0. Windows color (decimal): -6055734 or 13277347. OLE color: 13277347.

HSL color Cylindrical-coordinate representation of color #A398CA: hue angle of 253.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A398CA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 152 202 -
CMYK 0.19 0.25 0 0.21
HSL 253.2º 0.32% 0.69% -
HSV(B) 253.2º 0.25% 0.79% -
XYZ 36.99 34.51 60.59 -
YUV 160.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 163 152 202 0.19 0.25 0 0.21 253.2 0.32 0.69
Hex A3 98 CA 13 19 0 15 FD 20 45
Octal 243 230 312 23 31 0 25 375 40 105
Binary 10100011 10011000 11001010 10011 11001 0 10101 11111101 100000 1000101

Color Harmonies of #A398CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A398CA

Black with #A398CA

Text Example


Text Example

White with #A398CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A398CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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