#A69BFF

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

Shades of Perano #A69BFF

Tints of Perano #A69BFF

Color information

#A69BFF (or 0xA69BFF) is unknown color: approx Perano. HEX triplet: A6, 9B and FF. RGB value is (166,155,255). Sum of RGB (Red+Green+Blue) = 166+155+255=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #A69BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BFF is #596400. Grayscale: #A9A9A9. Windows color (decimal): -5858305 or 16751526. OLE color: 16751526.

HSL color Cylindrical-coordinate representation of color #A69BFF: hue angle of 246.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69BFF is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166155255-
CMYK0.350.3900
HSL246.6º100%80.39%-
HSV(B)246.6º39.22%100%-
XYZ45.538.7799.69-
YUV169.69176.14125.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 155 (60.94% from 255) = 26.91%
BLUE value IS 255 (100% from 255) = 44.27%
R=28.82%
G=26.91%
B=44.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661552550.350.3900246.610080.39
HexA69BFF232700f76450
Octal246233377434700367144120
Binary101001101001101111111111100011100111001111011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BFF; }

 p { color: rgb(166,155,255); }

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

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

 a { background-color: rgb(166,155,255); }

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

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

 span { border-color: rgb(166,155,255); }

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