Html Css Color HEX #A69ADE Wistful

📋 copy color: '#A69ADE'

red 166 ◦ green 154 ◦ blue 222

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

Shades of Wistful #A69ADE

Tints of Wistful #A69ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 30.63%
G = 28.41%
B = 40.96%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A69ADE (or 0xA69ADE) is known color: Wistful. HEX triplet: A6, 9A and DE. RGB value is (166,154,222). Sum of RGB (Red+Green+Blue) = 166+154+222=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #A69ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ADE is #596521. Grayscale: #A5A5A5. Windows color (decimal): -5858594 or 14588582. OLE color: 14588582.

HSL color Cylindrical-coordinate representation of color #A69ADE: hue angle of 250.59º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A69ADE is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 154 222 -
CMYK 0.25 0.31 0 0.13
HSL 250.59º 0.51% 0.74% -
HSV(B) 250.59º 0.31% 0.87% -
XYZ 40.47 36.49 74.02 -
YUV 165.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 166 154 222 0.25 0.31 0 0.13 250.59 0.51 0.74
Hex A6 9A DE 19 1F 0 D FB 33 4A
Octal 246 232 336 31 37 0 15 373 63 112
Binary 10100110 10011010 11011110 11001 11111 0 1101 11111011 110011 1001010

Color Harmonies of #A69ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ADE

Black with #A69ADE

Text Example


Text Example

White with #A69ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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