#A29FF6

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

Shades of Perano #A29FF6

Tints of Perano #A29FF6

Color information

#A29FF6 (or 0xA29FF6) is unknown color: approx Perano. HEX triplet: A2, 9F and F6. RGB value is (162,159,246). Sum of RGB (Red+Green+Blue) = 162+159+246=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 159 (62.5% from 255 or 28.04% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #A29FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FF6 is #5D6009. Grayscale: #A9A9A9. Windows color (decimal): -6119434 or 16162722. OLE color: 16162722.

HSL color Cylindrical-coordinate representation of color #A29FF6: hue angle of 242.07º 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 #A29FF6 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB162159246-
CMYK0.340.3500.04
HSL242.07º82.86%79.41%-
HSV(B)242.07º35.37%96.47%-
XYZ43.9339.1392.43-
YUV169.82170.99122.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.57%
GREEN value IS 159 (62.5% from 255) = 28.04%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=28.57%
G=28.04%
B=43.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1621592460.340.3500.04242.0782.8679.41
HexA29FF6222304f2534f
Octal242237366424304362123117
Binary10100010100111111111011010001010001101001111001010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29FF6; }

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

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

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

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

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

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

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

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