Html Css Color HEX #A498DB Wistful

📋 copy color: '#A498DB'

red 164 ◦ green 152 ◦ blue 219

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

Shades of Wistful #A498DB

Tints of Wistful #A498DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 30.65%
G = 28.41%
B = 40.93%

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

#A498DB (or 0xA498DB) is known color: Wistful. HEX triplet: A4, 98 and DB. RGB value is (164,152,219). Sum of RGB (Red+Green+Blue) = 164+152+219=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A498DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498DB is #5B6724. Grayscale: #A2A2A2. Windows color (decimal): -5990181 or 14391460. OLE color: 14391460.

HSL color Cylindrical-coordinate representation of color #A498DB: hue angle of 250.75º degrees, saturation: 0.48, 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 #A498DB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 152 219 -
CMYK 0.25 0.31 0 0.14
HSL 250.75º 0.48% 0.73% -
HSV(B) 250.75º 0.31% 0.86% -
XYZ 39.32 35.46 71.79 -
YUV 163.23 159.48 128.55 -
System Red Green Blue C M Y K H S L
Decimal 164 152 219 0.25 0.31 0 0.14 250.75 0.48 0.73
Hex A4 98 DB 19 1F 0 E FB 30 49
Octal 244 230 333 31 37 0 16 373 60 111
Binary 10100100 10011000 11011011 11001 11111 0 1110 11111011 110000 1001001

Color Harmonies of #A498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498DB

Black with #A498DB

Text Example


Text Example

White with #A498DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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