#A69BFB

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

Shades of Perano #A69BFB

Tints of Perano #A69BFB

Color information

#A69BFB (or 0xA69BFB) is unknown color: approx Perano. HEX triplet: A6, 9B and FB. RGB value is (166,155,251). Sum of RGB (Red+Green+Blue) = 166+155+251=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #A69BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A69BFB is #596404. Grayscale: #A8A8A8. Windows color (decimal): -5858309 or 16489382. OLE color: 16489382.

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

Color convert

RGB166155251-
CMYK0.340.3800.02
HSL246.88º92.31%79.61%-
HSV(B)246.88º38.25%98.43%-
XYZ44.8638.5196.34-
YUV169.23174.14125.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.02%
GREEN value IS 155 (60.94% from 255) = 27.10%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=29.02%
G=27.10%
B=43.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661552510.340.3800.02246.8892.3179.61
HexA69BFB222602f75c50
Octal246233373424602367134120
Binary1010011010011011111110111000101001100101111011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BFB; }

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

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

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

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

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

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

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

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