Html Css Color HEX #A498C8 Wistful

📋 copy color: '#A498C8'

red 164 ◦ green 152 ◦ blue 200

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

Shades of Wistful #A498C8

Tints of Wistful #A498C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 31.78%
G = 29.46%
B = 38.76%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A498C8 (or 0xA498C8) is known color: Wistful. HEX triplet: A4, 98 and C8. RGB value is (164,152,200). Sum of RGB (Red+Green+Blue) = 164+152+200=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #A498C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A498C8 is #5B6737. Grayscale: #A0A0A0. Windows color (decimal): -5990200 or 13146276. OLE color: 13146276.

HSL color Cylindrical-coordinate representation of color #A498C8: hue angle of 255º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A498C8 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 152 200 -
CMYK 0.18 0.24 0 0.22
HSL 255º 0.3% 0.69% -
HSV(B) 255º 0.24% 0.78% -
XYZ 36.96 34.52 59.36 -
YUV 161.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 164 152 200 0.18 0.24 0 0.22 255 0.3 0.69
Hex A4 98 C8 12 18 0 16 FF 1E 45
Octal 244 230 310 22 30 0 26 377 36 105
Binary 10100100 10011000 11001000 10010 11000 0 10110 11111111 11110 1000101

Color Harmonies of #A498C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A498C8

Black with #A498C8

Text Example


Text Example

White with #A498C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A498C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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