Html Css Color HEX #A498EE Wistful

📋 copy color: '#A498EE'

red 164 ◦ green 152 ◦ blue 238

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

Shades of Wistful #A498EE

Tints of Wistful #A498EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 29.6%
G = 27.44%
B = 42.96%

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

#A498EE (or 0xA498EE) is known color: Wistful. HEX triplet: A4, 98 and EE. RGB value is (164,152,238). Sum of RGB (Red+Green+Blue) = 164+152+238=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #A498EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A498EE is #5B6711. Grayscale: #A5A5A5. Windows color (decimal): -5990162 or 15636644. OLE color: 15636644.

HSL color Cylindrical-coordinate representation of color #A498EE: hue angle of 248.37º degrees, saturation: 0.72, 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 #A498EE is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 152 238 -
CMYK 0.31 0.36 0 0.07
HSL 248.37º 0.72% 0.76% -
HSV(B) 248.37º 0.36% 0.93% -
XYZ 41.97 36.52 85.73 -
YUV 165.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 164 152 238 0.31 0.36 0 0.07 248.37 0.72 0.76
Hex A4 98 EE 1F 24 0 7 F8 48 4C
Octal 244 230 356 37 44 0 7 370 110 114
Binary 10100100 10011000 11101110 11111 100100 0 111 11111000 1001000 1001100

Color Harmonies of #A498EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498EE

Black with #A498EE

Text Example


Text Example

White with #A498EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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