Html Css Color HEX #A69DDF Wistful

📋 copy color: '#A69DDF'

red 166 ◦ green 157 ◦ blue 223

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

Shades of Wistful #A69DDF

Tints of Wistful #A69DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.75%

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

R = 30.4%
G = 28.75%
B = 40.84%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A69DDF (or 0xA69DDF) is known color: Wistful. HEX triplet: A6, 9D and DF. RGB value is (166,157,223). Sum of RGB (Red+Green+Blue) = 166+157+223=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #A69DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DDF is #596220. Grayscale: #A6A6A6. Windows color (decimal): -5857825 or 14654886. OLE color: 14654886.

HSL color Cylindrical-coordinate representation of color #A69DDF: hue angle of 248.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69DDF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 157 223 -
CMYK 0.26 0.30 0 0.13
HSL 248.18º 0.51% 0.75% -
HSV(B) 248.18º 0.3% 0.87% -
XYZ 41.1 37.55 74.89 -
YUV 167.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 166 157 223 0.26 0.30 0 0.13 248.18 0.51 0.75
Hex A6 9D DF 1A 1E 0 D F8 33 4B
Octal 246 235 337 32 36 0 15 370 63 113
Binary 10100110 10011101 11011111 11010 11110 0 1101 11111000 110011 1001011

Color Harmonies of #A69DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DDF

Black with #A69DDF

Text Example


Text Example

White with #A69DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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