Html Css Color HEX #A499CB Wistful

📋 copy color: '#A499CB'

red 164 ◦ green 153 ◦ blue 203

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

Shades of Wistful #A499CB

Tints of Wistful #A499CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.42%

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 31.54%
G = 29.42%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A499CB (or 0xA499CB) is known color: Wistful. HEX triplet: A4, 99 and CB. RGB value is (164,153,203). Sum of RGB (Red+Green+Blue) = 164+153+203=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #A499CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499CB is #5B6634. Grayscale: #A1A1A1. Windows color (decimal): -5989941 or 13343140. OLE color: 13343140.

HSL color Cylindrical-coordinate representation of color #A499CB: hue angle of 253.2º degrees, saturation: 0.32, 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 #A499CB is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 153 203 -
CMYK 0.19 0.25 0 0.20
HSL 253.2º 0.32% 0.7% -
HSV(B) 253.2º 0.25% 0.8% -
XYZ 37.48 34.99 61.28 -
YUV 161.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 164 153 203 0.19 0.25 0 0.20 253.2 0.32 0.7
Hex A4 99 CB 13 19 0 14 FD 20 46
Octal 244 231 313 23 31 0 24 375 40 106
Binary 10100100 10011001 11001011 10011 11001 0 10100 11111101 100000 1000110

Color Harmonies of #A499CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499CB

Black with #A499CB

Text Example


Text Example

White with #A499CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499CB; }

 p { color: rgb(164,153,203); }

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

background-color css

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

 a { background-color: rgb(164,153,203); }

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

border-color css

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

 span { border-color: rgb(164,153,203); }

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