Html Css Color HEX #A498ED Wistful

📋 copy color: '#A498ED'

red 164 ◦ green 152 ◦ blue 237

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

Shades of Wistful #A498ED

Tints of Wistful #A498ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 29.66%
G = 27.49%
B = 42.86%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A498ED (or 0xA498ED) is known color: Wistful. HEX triplet: A4, 98 and ED. RGB value is (164,152,237). Sum of RGB (Red+Green+Blue) = 164+152+237=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #A498ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498ED is #5B6712. Grayscale: #A4A4A4. Windows color (decimal): -5990163 or 15571108. OLE color: 15571108.

HSL color Cylindrical-coordinate representation of color #A498ED: hue angle of 248.47º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A498ED is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 152 237 -
CMYK 0.31 0.36 0 0.07
HSL 248.47º 0.7% 0.76% -
HSV(B) 248.47º 0.36% 0.93% -
XYZ 41.82 36.46 84.95 -
YUV 165.28 168.48 127.09 -
System Red Green Blue C M Y K H S L
Decimal 164 152 237 0.31 0.36 0 0.07 248.47 0.7 0.76
Hex A4 98 ED 1F 24 0 7 F8 46 4C
Octal 244 230 355 37 44 0 7 370 106 114
Binary 10100100 10011000 11101101 11111 100100 0 111 11111000 1000110 1001100

Color Harmonies of #A498ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498ED

Black with #A498ED

Text Example


Text Example

White with #A498ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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