#AD7FE4

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

Shades of Biloba Flower #AD7FE4

Tints of Biloba Flower #AD7FE4

Color information

#AD7FE4 (or 0xAD7FE4) is unknown color: approx Biloba Flower. HEX triplet: AD, 7F and E4. RGB value is (173,127,228). Sum of RGB (Red+Green+Blue) = 173+127+228=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD7FE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7FE4 is #52801B. Grayscale: #979797. Windows color (decimal): -5406748 or 14974893. OLE color: 14974893.

HSL color Cylindrical-coordinate representation of color #AD7FE4: hue angle of 267.33º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7FE4 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173127228-
CMYK0.240.4400.11
HSL267.33º65.16%69.61%-
HSV(B)267.33º44.3%89.41%-
XYZ38.8329.6677.08-
YUV152.27170.74142.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 228 (89.45% from 255) = 43.18%
R=32.77%
G=24.05%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731272280.240.4400.11267.3365.1669.61
HexAD7FE4182C0B10b4146
Octal2551773443054013413101106
Binary10101101111111111100100110001011000101110000101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FE4; }

 p { color: rgb(173,127,228); }

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

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

 a { background-color: rgb(173,127,228); }

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

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

 span { border-color: rgb(173,127,228); }

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