Html Css Color HEX #A699DC Wistful

📋 copy color: '#A699DC'

red 166 ◦ green 153 ◦ blue 220

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

Shades of Wistful #A699DC

Tints of Wistful #A699DC

RGB

 RED value IS 166 (65.23% from 255) = 30.8%

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

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

R = 30.8%
G = 28.39%
B = 40.82%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A699DC (or 0xA699DC) is known color: Wistful. HEX triplet: A6, 99 and DC. RGB value is (166,153,220). Sum of RGB (Red+Green+Blue) = 166+153+220=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A699DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DC is #596623. Grayscale: #A4A4A4. Windows color (decimal): -5858852 or 14457254. OLE color: 14457254.

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

Color convert

RGB 166 153 220 -
CMYK 0.25 0.30 0 0.14
HSL 251.64º 0.49% 0.73% -
HSV(B) 251.64º 0.3% 0.86% -
XYZ 40.04 36.06 72.56 -
YUV 164.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 166 153 220 0.25 0.30 0 0.14 251.64 0.49 0.73
Hex A6 99 DC 19 1E 0 E FC 31 49
Octal 246 231 334 31 36 0 16 374 61 111
Binary 10100110 10011001 11011100 11001 11110 0 1110 11111100 110001 1001001

Color Harmonies of #A699DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699DC

Black with #A699DC

Text Example


Text Example

White with #A699DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699DC; }

 p { color: rgb(166,153,220); }

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

background-color css

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

 a { background-color: rgb(166,153,220); }

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

border-color css

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

 span { border-color: rgb(166,153,220); }

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