Html Css Color HEX #A69AD1 Wistful

📋 copy color: '#A69AD1'

red 166 ◦ green 154 ◦ blue 209

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

Shades of Wistful #A69AD1

Tints of Wistful #A69AD1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 31.38%
G = 29.11%
B = 39.51%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A69AD1 (or 0xA69AD1) is known color: Wistful. HEX triplet: A6, 9A and D1. RGB value is (166,154,209). Sum of RGB (Red+Green+Blue) = 166+154+209=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #A69AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69AD1 is #59652E. Grayscale: #A3A3A3. Windows color (decimal): -5858607 or 13736614. OLE color: 13736614.

HSL color Cylindrical-coordinate representation of color #A69AD1: hue angle of 253.09º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A69AD1 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 154 209 -
CMYK 0.21 0.26 0 0.18
HSL 253.09º 0.37% 0.71% -
HSV(B) 253.09º 0.26% 0.82% -
XYZ 38.79 35.82 65.19 -
YUV 163.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 166 154 209 0.21 0.26 0 0.18 253.09 0.37 0.71
Hex A6 9A D1 15 1A 0 12 FD 25 47
Octal 246 232 321 25 32 0 22 375 45 107
Binary 10100110 10011010 11010001 10101 11010 0 10010 11111101 100101 1000111

Color Harmonies of #A69AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69AD1

Black with #A69AD1

Text Example


Text Example

White with #A69AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69AD1; }

 p { color: rgb(166,154,209); }

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

background-color css

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

 a { background-color: rgb(166,154,209); }

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

border-color css

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

 span { border-color: rgb(166,154,209); }

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