#A69FF6

Color #A69FF6 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A69FF6

Tints of Perano #A69FF6

Color information

#A69FF6 (or 0xA69FF6) is unknown color: approx Perano. HEX triplet: A6, 9F and F6. RGB value is (166,159,246). Sum of RGB (Red+Green+Blue) = 166+159+246=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #A69FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FF6 is #596009. Grayscale: #AAAAAA. Windows color (decimal): -5857290 or 16162726. OLE color: 16162726.

HSL color Cylindrical-coordinate representation of color #A69FF6: hue angle of 244.83º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A69FF6 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166159246-
CMYK0.330.3500.04
HSL244.83º82.86%79.41%-
HSV(B)244.83º35.37%96.47%-
XYZ44.7639.5692.47-
YUV171.01170.32124.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.07%
GREEN value IS 159 (62.5% from 255) = 27.85%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=29.07%
G=27.85%
B=43.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661592460.330.3500.04244.8382.8679.41
HexA69FF6212304f5534f
Octal246237366414304365123117
Binary10100110100111111111011010000110001101001111010110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FF6; }

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

 H1.HeaderClassName
 {
   color: #A69FF6;
 }
 .AnyTagClassName
 {
   color: #A69FF6;
 }
</style>
background-color css

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

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

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

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

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

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