Html Css Color HEX #A498DC Wistful

📋 copy color: '#A498DC'

red 164 ◦ green 152 ◦ blue 220

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

Shades of Wistful #A498DC

Tints of Wistful #A498DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 30.6%
G = 28.36%
B = 41.04%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A498DC (or 0xA498DC) is known color: Wistful. HEX triplet: A4, 98 and DC. RGB value is (164,152,220). Sum of RGB (Red+Green+Blue) = 164+152+220=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A498DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DC is #5B6723. Grayscale: #A3A3A3. Windows color (decimal): -5990180 or 14456996. OLE color: 14456996.

HSL color Cylindrical-coordinate representation of color #A498DC: hue angle of 250.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A498DC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 152 220 -
CMYK 0.25 0.31 0 0.14
HSL 250.59º 0.49% 0.73% -
HSV(B) 250.59º 0.31% 0.86% -
XYZ 39.46 35.52 72.49 -
YUV 163.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 164 152 220 0.25 0.31 0 0.14 250.59 0.49 0.73
Hex A4 98 DC 19 1F 0 E FB 31 49
Octal 244 230 334 31 37 0 16 373 61 111
Binary 10100100 10011000 11011100 11001 11111 0 1110 11111011 110001 1001001

Color Harmonies of #A498DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498DC

Black with #A498DC

Text Example


Text Example

White with #A498DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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