Html Css Color HEX #A69FAA Chatelle

📋 copy color: '#A69FAA'

red 166 ◦ green 159 ◦ blue 170

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

Shades of Chatelle #A69FAA

Tints of Chatelle #A69FAA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.12%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 33.54%
G = 32.12%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A69FAA (or 0xA69FAA) is known color: Chatelle. HEX triplet: A6, 9F and AA. RGB value is (166,159,170). Sum of RGB (Red+Green+Blue) = 166+159+170=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 170 - color contains mainly: blue. Hex color #A69FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FAA is #596055. Grayscale: #A2A2A2. Windows color (decimal): -5857366 or 11181990. OLE color: 11181990.

HSL color Cylindrical-coordinate representation of color #A69FAA: hue angle of 278.18º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69FAA is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 159 170 -
CMYK 0.02 0.06 0 0.33
HSL 278.18º 0.06% 0.65% -
HSV(B) 278.18º 0.06% 0.67% -
XYZ 35.38 35.81 43.08 -
YUV 162.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 166 159 170 0.02 0.06 0 0.33 278.18 0.06 0.65
Hex A6 9F AA 2 6 0 21 116 6 41
Octal 246 237 252 2 6 0 41 426 6 101
Binary 10100110 10011111 10101010 10 110 0 100001 100010110 110 1000001

Color Harmonies of #A69FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69FAA

Black with #A69FAA

Text Example


Text Example

White with #A69FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69FAA; }

 p { color: rgb(166,159,170); }

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

background-color css

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

 a { background-color: rgb(166,159,170); }

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

border-color css

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

 span { border-color: rgb(166,159,170); }

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