#A58FEA

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

Shades of Biloba Flower #A58FEA

Tints of Biloba Flower #A58FEA

Color information

#A58FEA (or 0xA58FEA) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and EA. RGB value is (165,143,234). Sum of RGB (Red+Green+Blue) = 165+143+234=542 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.44% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #A58FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FEA is #5A7015. Grayscale: #9F9F9F. Windows color (decimal): -5926934 or 15372197. OLE color: 15372197.

HSL color Cylindrical-coordinate representation of color #A58FEA: hue angle of 254.51º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A58FEA is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165143234-
CMYK0.290.3900.08
HSL254.51º68.42%73.92%-
HSV(B)254.51º38.89%91.76%-
XYZ40.1933.5882.21-
YUV159.95169.79131.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.44%
GREEN value IS 143 (56.25% from 255) = 26.38%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=30.44%
G=26.38%
B=43.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651432340.290.3900.08254.5168.4273.92
HexA58FEA1D2708ff444a
Octal2452173523547010377104112
Binary10100101100011111110101011101100111010001111111110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FEA; }

 p { color: rgb(165,143,234); }

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

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

 a { background-color: rgb(165,143,234); }

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

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

 span { border-color: rgb(165,143,234); }

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