#FFA7FF

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

Shades of Lavender Rose #FFA7FF

Tints of Lavender Rose #FFA7FF

Color information

#FFA7FF (or 0xFFA7FF) is unknown color: approx Lavender Rose. HEX triplet: FF, A7 and FF. RGB value is (255,167,255). Sum of RGB (Red+Green+Blue) = 255+167+255=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 167 (65.62% from 255 or 24.67% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA7FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA7FF is #005800. Grayscale: #CBCBCB. Windows color (decimal): -22529 or 16754687. OLE color: 16754687.

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

Color convert

RGB255167255-
CMYK00.3500
HSL300º100%82.75%-
HSV(B)300º34.51%100%-
XYZ73.1156.12101.59-
YUV203.34157.15164.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 167 (65.62% from 255) = 24.67%
BLUE value IS 255 (100% from 255) = 37.67%
R=37.67%
G=24.67%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516725500.350030010082.75
HexFFA7FF0230012c6453
Octal37724737704300454144123
Binary11111111101001111111111101000110010010110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA7FF; }

 p { color: rgb(255,167,255); }

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

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

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

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

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

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

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