#AE95FA

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

Shades of Biloba Flower #AE95FA

Tints of Biloba Flower #AE95FA

Color information

#AE95FA (or 0xAE95FA) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and FA. RGB value is (174,149,250). Sum of RGB (Red+Green+Blue) = 174+149+250=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #AE95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE95FA is #516A05. Grayscale: #A7A7A7. Windows color (decimal): -5335558 or 16422318. OLE color: 16422318.

HSL color Cylindrical-coordinate representation of color #AE95FA: hue angle of 254.85º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE95FA is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174149250-
CMYK0.300.4000.02
HSL254.85º90.99%78.24%-
HSV(B)254.85º40.4%98.04%-
XYZ45.4637.495.26-
YUV167.99174.28132.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 149 (58.59% from 255) = 26.00%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=30.37%
G=26.00%
B=43.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1741492500.300.4000.02254.8590.9978.24
HexAE95FA1E2802ff5b4e
Octal256225372365002377133116
Binary101011101001010111111010111101010000101111111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95FA; }

 p { color: rgb(174,149,250); }

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

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

 a { background-color: rgb(174,149,250); }

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

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

 span { border-color: rgb(174,149,250); }

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