Html Css Color HEX #A699DF Wistful

📋 copy color: '#A699DF'

red 166 ◦ green 153 ◦ blue 223

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

Shades of Wistful #A699DF

Tints of Wistful #A699DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 30.63%
G = 28.23%
B = 41.14%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A699DF (or 0xA699DF) is known color: Wistful. HEX triplet: A6, 99 and DF. RGB value is (166,153,223). Sum of RGB (Red+Green+Blue) = 166+153+223=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #A699DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DF is #596620. Grayscale: #A4A4A4. Windows color (decimal): -5858849 or 14653862. OLE color: 14653862.

HSL color Cylindrical-coordinate representation of color #A699DF: hue angle of 251.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A699DF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 153 223 -
CMYK 0.26 0.31 0 0.13
HSL 251.14º 0.52% 0.74% -
HSV(B) 251.14º 0.31% 0.87% -
XYZ 40.44 36.22 74.67 -
YUV 164.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 166 153 223 0.26 0.31 0 0.13 251.14 0.52 0.74
Hex A6 99 DF 1A 1F 0 D FB 34 4A
Octal 246 231 337 32 37 0 15 373 64 112
Binary 10100110 10011001 11011111 11010 11111 0 1101 11111011 110100 1001010

Color Harmonies of #A699DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699DF

Black with #A699DF

Text Example


Text Example

White with #A699DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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