Html Css Color HEX #A69ADC Wistful

📋 copy color: '#A69ADC'

red 166 ◦ green 154 ◦ blue 220

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

Shades of Wistful #A69ADC

Tints of Wistful #A69ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 30.74%
G = 28.52%
B = 40.74%

CMYK

 C value IS 0.25

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A69ADC (or 0xA69ADC) is known color: Wistful. HEX triplet: A6, 9A and DC. RGB value is (166,154,220). Sum of RGB (Red+Green+Blue) = 166+154+220=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #A69ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ADC is #596523. Grayscale: #A4A4A4. Windows color (decimal): -5858596 or 14457510. OLE color: 14457510.

HSL color Cylindrical-coordinate representation of color #A69ADC: hue angle of 250.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69ADC is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 154 220 -
CMYK 0.25 0.3 0 0.14
HSL 250.91º 0.49% 0.73% -
HSV(B) 250.91º 0.3% 0.86% -
XYZ 40.2 36.39 72.61 -
YUV 165.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 166 154 220 0.25 0.3 0 0.14 250.91 0.49 0.73
Hex A6 9A DC 19 1E 0 E FB 31 49
Octal 246 232 334 31 36 0 16 373 61 111
Binary 10100110 10011010 11011100 11001 11110 0 1110 11111011 110001 1001001

Color Harmonies of #A69ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ADC

Black with #A69ADC

Text Example


Text Example

White with #A69ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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