Html Css Color HEX #A498CA Wistful

📋 copy color: '#A498CA'

red 164 ◦ green 152 ◦ blue 202

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

Shades of Wistful #A498CA

Tints of Wistful #A498CA

RGB

 RED value IS 164 (64.45% from 255) = 31.66%

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

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

R = 31.66%
G = 29.34%
B = 39%

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

#A498CA (or 0xA498CA) is known color: Wistful. HEX triplet: A4, 98 and CA. RGB value is (164,152,202). Sum of RGB (Red+Green+Blue) = 164+152+202=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A498CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498CA is #5B6735. Grayscale: #A1A1A1. Windows color (decimal): -5990198 or 13277348. OLE color: 13277348.

HSL color Cylindrical-coordinate representation of color #A498CA: hue angle of 254.4º 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 #A498CA is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 152 202 -
CMYK 0.19 0.25 0 0.21
HSL 254.4º 0.32% 0.69% -
HSV(B) 254.4º 0.25% 0.79% -
XYZ 37.2 34.61 60.6 -
YUV 161.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 164 152 202 0.19 0.25 0 0.21 254.4 0.32 0.69
Hex A4 98 CA 13 19 0 15 FE 20 45
Octal 244 230 312 23 31 0 25 376 40 105
Binary 10100100 10011000 11001010 10011 11001 0 10101 11111110 100000 1000101

Color Harmonies of #A498CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498CA

Black with #A498CA

Text Example


Text Example

White with #A498CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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