Html Css Color HEX #A69ACC Wistful

📋 copy color: '#A69ACC'

red 166 ◦ green 154 ◦ blue 204

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

Shades of Wistful #A69ACC

Tints of Wistful #A69ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.93%

R = 31.68%
G = 29.39%
B = 38.93%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A69ACC (or 0xA69ACC) is known color: Wistful. HEX triplet: A6, 9A and CC. RGB value is (166,154,204). Sum of RGB (Red+Green+Blue) = 166+154+204=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #A69ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69ACC is #596533. Grayscale: #A3A3A3. Windows color (decimal): -5858612 or 13408934. OLE color: 13408934.

HSL color Cylindrical-coordinate representation of color #A69ACC: hue angle of 254.4º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A69ACC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 154 204 -
CMYK 0.19 0.25 0 0.2
HSL 254.4º 0.33% 0.7% -
HSV(B) 254.4º 0.25% 0.8% -
XYZ 38.18 35.58 61.98 -
YUV 163.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 166 154 204 0.19 0.25 0 0.2 254.4 0.33 0.7
Hex A6 9A CC 13 19 0 14 FE 21 46
Octal 246 232 314 23 31 0 24 376 41 106
Binary 10100110 10011010 11001100 10011 11001 0 10100 11111110 100001 1000110

Color Harmonies of #A69ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69ACC

Black with #A69ACC

Text Example


Text Example

White with #A69ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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