#AE95D4

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

Shades of Biloba Flower #AE95D4

Tints of Biloba Flower #AE95D4

Color information

#AE95D4 (or 0xAE95D4) is unknown color: approx Biloba Flower. HEX triplet: AE, 95 and D4. RGB value is (174,149,212). Sum of RGB (Red+Green+Blue) = 174+149+212=535 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.52% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE95D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE95D4 is #516A2B. Grayscale: #A3A3A3. Windows color (decimal): -5335596 or 13931950. OLE color: 13931950.

HSL color Cylindrical-coordinate representation of color #AE95D4: hue angle of 263.81º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE95D4 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174149212-
CMYK0.180.3000.17
HSL263.81º42.28%70.78%-
HSV(B)263.81º29.72%83.14%-
XYZ40.0935.2566.98-
YUV163.66155.28135.38-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.52%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=32.52%
G=27.85%
B=39.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741492120.180.3000.17263.8142.2870.78
HexAE95D4121E0111082a47
Octal256225324223602141052107
Binary10101110100101011101010010010111100100011000010001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE95D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE95D4; }

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

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

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

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

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

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

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

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