Html Css Color HEX #A699DA Wistful

📋 copy color: '#A699DA'

red 166 ◦ green 153 ◦ blue 218

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

Shades of Wistful #A699DA

Tints of Wistful #A699DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 30.91%
G = 28.49%
B = 40.6%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A699DA (or 0xA699DA) is known color: Wistful. HEX triplet: A6, 99 and DA. RGB value is (166,153,218). Sum of RGB (Red+Green+Blue) = 166+153+218=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A699DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A699DA is #596625. Grayscale: #A4A4A4. Windows color (decimal): -5858854 or 14326182. OLE color: 14326182.

HSL color Cylindrical-coordinate representation of color #A699DA: hue angle of 252º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A699DA is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 153 218 -
CMYK 0.24 0.30 0 0.15
HSL 252º 0.47% 0.73% -
HSV(B) 252º 0.3% 0.85% -
XYZ 39.77 35.95 71.17 -
YUV 164.3 158.31 129.21 -
System Red Green Blue C M Y K H S L
Decimal 166 153 218 0.24 0.30 0 0.15 252 0.47 0.73
Hex A6 99 DA 18 1E 0 F FC 2F 49
Octal 246 231 332 30 36 0 17 374 57 111
Binary 10100110 10011001 11011010 11000 11110 0 1111 11111100 101111 1001001

Color Harmonies of #A699DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A699DA

Black with #A699DA

Text Example


Text Example

White with #A699DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A699DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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