Html Css Color HEX #A498E6 Wistful

📋 copy color: '#A498E6'

red 164 ◦ green 152 ◦ blue 230

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

Shades of Wistful #A498E6

Tints of Wistful #A498E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.12%

R = 30.04%
G = 27.84%
B = 42.12%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A498E6 (or 0xA498E6) is known color: Wistful. HEX triplet: A4, 98 and E6. RGB value is (164,152,230). Sum of RGB (Red+Green+Blue) = 164+152+230=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #A498E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498E6 is #5B6719. Grayscale: #A4A4A4. Windows color (decimal): -5990170 or 15112356. OLE color: 15112356.

HSL color Cylindrical-coordinate representation of color #A498E6: hue angle of 249.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A498E6 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 164 152 230 -
CMYK 0.29 0.34 0 0.10
HSL 249.23º 0.61% 0.75% -
HSV(B) 249.23º 0.34% 0.9% -
XYZ 40.82 36.06 79.67 -
YUV 164.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 164 152 230 0.29 0.34 0 0.10 249.23 0.61 0.75
Hex A4 98 E6 1D 22 0 A F9 3D 4B
Octal 244 230 346 35 42 0 12 371 75 113
Binary 10100100 10011000 11100110 11101 100010 0 1010 11111001 111101 1001011

Color Harmonies of #A498E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498E6

Black with #A498E6

Text Example


Text Example

White with #A498E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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