Html Css Color HEX #A498CC Wistful

📋 copy color: '#A498CC'

red 164 ◦ green 152 ◦ blue 204

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

Shades of Wistful #A498CC

Tints of Wistful #A498CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 31.54%
G = 29.23%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A498CC (or 0xA498CC) is known color: Wistful. HEX triplet: A4, 98 and CC. RGB value is (164,152,204). Sum of RGB (Red+Green+Blue) = 164+152+204=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #A498CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498CC is #5B6733. Grayscale: #A1A1A1. Windows color (decimal): -5990196 or 13408420. OLE color: 13408420.

HSL color Cylindrical-coordinate representation of color #A498CC: hue angle of 253.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A498CC is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 152 204 -
CMYK 0.20 0.25 0 0.2
HSL 253.85º 0.34% 0.7% -
HSV(B) 253.85º 0.25% 0.8% -
XYZ 37.44 34.71 61.85 -
YUV 161.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 164 152 204 0.20 0.25 0 0.2 253.85 0.34 0.7
Hex A4 98 CC 14 19 0 14 FE 22 46
Octal 244 230 314 24 31 0 24 376 42 106
Binary 10100100 10011000 11001100 10100 11001 0 10100 11111110 100010 1000110

Color Harmonies of #A498CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498CC

Black with #A498CC

Text Example


Text Example

White with #A498CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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