Html Css Color HEX #A699E7 Wistful

📋 copy color: '#A699E7'

red 166 ◦ green 153 ◦ blue 231

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

Shades of Wistful #A699E7

Tints of Wistful #A699E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 30.18%
G = 27.82%
B = 42%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A699E7 (or 0xA699E7) is known color: Wistful. HEX triplet: A6, 99 and E7. RGB value is (166,153,231). Sum of RGB (Red+Green+Blue) = 166+153+231=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #A699E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699E7 is #596618. Grayscale: #A5A5A5. Windows color (decimal): -5858841 or 15178150. OLE color: 15178150.

HSL color Cylindrical-coordinate representation of color #A699E7: hue angle of 250º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A699E7 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 166 153 231 -
CMYK 0.28 0.34 0 0.09
HSL 250º 0.62% 0.75% -
HSV(B) 250º 0.34% 0.91% -
XYZ 41.54 36.66 80.49 -
YUV 165.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 166 153 231 0.28 0.34 0 0.09 250 0.62 0.75
Hex A6 99 E7 1C 22 0 9 FA 3E 4B
Octal 246 231 347 34 42 0 11 372 76 113
Binary 10100110 10011001 11100111 11100 100010 0 1001 11111010 111110 1001011

Color Harmonies of #A699E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699E7

Black with #A699E7

Text Example


Text Example

White with #A699E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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