Html Css Color HEX #A699EC Wistful

📋 copy color: '#A699EC'

red 166 ◦ green 153 ◦ blue 236

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

Shades of Wistful #A699EC

Tints of Wistful #A699EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 29.91%
G = 27.57%
B = 42.52%

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

#A699EC (or 0xA699EC) is known color: Wistful. HEX triplet: A6, 99 and EC. RGB value is (166,153,236). Sum of RGB (Red+Green+Blue) = 166+153+236=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 153 (60.16% from 255 or 27.57% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #A699EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699EC is #596613. Grayscale: #A6A6A6. Windows color (decimal): -5858836 or 15505830. OLE color: 15505830.

HSL color Cylindrical-coordinate representation of color #A699EC: hue angle of 249.4º degrees, saturation: 0.69, 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 #A699EC is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 153 236 -
CMYK 0.30 0.35 0 0.07
HSL 249.4º 0.69% 0.76% -
HSV(B) 249.4º 0.35% 0.93% -
XYZ 42.26 36.95 84.26 -
YUV 166.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 166 153 236 0.30 0.35 0 0.07 249.4 0.69 0.76
Hex A6 99 EC 1E 23 0 7 F9 45 4C
Octal 246 231 354 36 43 0 7 371 105 114
Binary 10100110 10011001 11101100 11110 100011 0 111 11111001 1000101 1001100

Color Harmonies of #A699EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699EC

Black with #A699EC

Text Example


Text Example

White with #A699EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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