#A785E0

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

Shades of Biloba Flower #A785E0

Tints of Biloba Flower #A785E0

Color information

#A785E0 (or 0xA785E0) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and E0. RGB value is (167,133,224). Sum of RGB (Red+Green+Blue) = 167+133+224=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #A785E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785E0 is #587A1F. Grayscale: #999999. Windows color (decimal): -5798432 or 14714279. OLE color: 14714279.

HSL color Cylindrical-coordinate representation of color #A785E0: hue angle of 262.42º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A785E0 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167133224-
CMYK0.250.4100.12
HSL262.42º59.48%70%-
HSV(B)262.42º40.62%87.84%-
XYZ37.7830.3774.39-
YUV153.54167.76137.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.87%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=31.87%
G=25.38%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1671332240.250.4100.12262.4259.4870
HexA785E019290C1063b46
Octal247205340315101440673106
Binary10100111100001011110000011001101001011001000001101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785E0; }

 p { color: rgb(167,133,224); }

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

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

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

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

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

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

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