Html Css Color HEX #A498DD Wistful

📋 copy color: '#A498DD'

red 164 ◦ green 152 ◦ blue 221

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

Shades of Wistful #A498DD

Tints of Wistful #A498DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 30.54%
G = 28.31%
B = 41.15%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A498DD (or 0xA498DD) is known color: Wistful. HEX triplet: A4, 98 and DD. RGB value is (164,152,221). Sum of RGB (Red+Green+Blue) = 164+152+221=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A498DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DD is #5B6722. Grayscale: #A3A3A3. Windows color (decimal): -5990179 or 14522532. OLE color: 14522532.

HSL color Cylindrical-coordinate representation of color #A498DD: hue angle of 250.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A498DD is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 152 221 -
CMYK 0.26 0.31 0 0.13
HSL 250.43º 0.5% 0.73% -
HSV(B) 250.43º 0.31% 0.87% -
XYZ 39.59 35.57 73.19 -
YUV 163.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 164 152 221 0.26 0.31 0 0.13 250.43 0.5 0.73
Hex A4 98 DD 1A 1F 0 D FA 32 49
Octal 244 230 335 32 37 0 15 372 62 111
Binary 10100100 10011000 11011101 11010 11111 0 1101 11111010 110010 1001001

Color Harmonies of #A498DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498DD

Black with #A498DD

Text Example


Text Example

White with #A498DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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