#A69FFB

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

Shades of Perano #A69FFB

Tints of Perano #A69FFB

Color information

#A69FFB (or 0xA69FFB) is unknown color: approx Perano. HEX triplet: A6, 9F and FB. RGB value is (166,159,251). Sum of RGB (Red+Green+Blue) = 166+159+251=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #A69FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69FFB is #596004. Grayscale: #ABABAB. Windows color (decimal): -5857285 or 16490406. OLE color: 16490406.

HSL color Cylindrical-coordinate representation of color #A69FFB: hue angle of 244.57º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A69FFB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166159251-
CMYK0.340.3700.02
HSL244.57º92%80.39%-
HSV(B)244.57º36.65%98.43%-
XYZ45.5439.8796.56-
YUV171.58172.82124.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.82%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 251 (98.44% from 255) = 43.58%
R=28.82%
G=27.60%
B=43.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661592510.340.3700.02244.579280.39
HexA69FFB222502f55c50
Octal246237373424502365134120
Binary1010011010011111111110111000101001010101111010110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FFB; }

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

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

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

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

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

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

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

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