Html Css Color HEX #A69ACE Wistful

📋 copy color: '#A69ACE'

red 166 ◦ green 154 ◦ blue 206

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

Shades of Wistful #A69ACE

Tints of Wistful #A69ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 31.56%
G = 29.28%
B = 39.16%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A69ACE (or 0xA69ACE) is known color: Wistful. HEX triplet: A6, 9A and CE. RGB value is (166,154,206). Sum of RGB (Red+Green+Blue) = 166+154+206=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #A69ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACE is #596531. Grayscale: #A3A3A3. Windows color (decimal): -5858610 or 13540006. OLE color: 13540006.

HSL color Cylindrical-coordinate representation of color #A69ACE: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A69ACE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 154 206 -
CMYK 0.19 0.25 0 0.19
HSL 253.85º 0.35% 0.71% -
HSV(B) 253.85º 0.25% 0.81% -
XYZ 38.42 35.67 63.25 -
YUV 163.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 166 154 206 0.19 0.25 0 0.19 253.85 0.35 0.71
Hex A6 9A CE 13 19 0 13 FE 23 47
Octal 246 232 316 23 31 0 23 376 43 107
Binary 10100110 10011010 11001110 10011 11001 0 10011 11111110 100011 1000111

Color Harmonies of #A69ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ACE

Black with #A69ACE

Text Example


Text Example

White with #A69ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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