Html Css Color HEX #A699ED Wistful

📋 copy color: '#A699ED'

red 166 ◦ green 153 ◦ blue 237

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

Shades of Wistful #A699ED

Tints of Wistful #A699ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 29.86%
G = 27.52%
B = 42.63%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A699ED (or 0xA699ED) is known color: Wistful. HEX triplet: A6, 99 and ED. RGB value is (166,153,237). Sum of RGB (Red+Green+Blue) = 166+153+237=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #A699ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699ED is #596612. Grayscale: #A6A6A6. Windows color (decimal): -5858835 or 15571366. OLE color: 15571366.

HSL color Cylindrical-coordinate representation of color #A699ED: hue angle of 249.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A699ED is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 153 237 -
CMYK 0.30 0.35 0 0.07
HSL 249.29º 0.7% 0.76% -
HSV(B) 249.29º 0.35% 0.93% -
XYZ 42.4 37 85.03 -
YUV 166.46 167.81 127.67 -
System Red Green Blue C M Y K H S L
Decimal 166 153 237 0.30 0.35 0 0.07 249.29 0.7 0.76
Hex A6 99 ED 1E 23 0 7 F9 46 4C
Octal 246 231 355 36 43 0 7 371 106 114
Binary 10100110 10011001 11101101 11110 100011 0 111 11111001 1000110 1001100

Color Harmonies of #A699ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699ED

Black with #A699ED

Text Example


Text Example

White with #A699ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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