#A78AE2

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

Shades of Biloba Flower #A78AE2

Tints of Biloba Flower #A78AE2

Color information

#A78AE2 (or 0xA78AE2) is unknown color: approx Biloba Flower. HEX triplet: A7, 8A and E2. RGB value is (167,138,226). Sum of RGB (Red+Green+Blue) = 167+138+226=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #A78AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78AE2 is #58751D. Grayscale: #9C9C9C. Windows color (decimal): -5797150 or 14846631. OLE color: 14846631.

HSL color Cylindrical-coordinate representation of color #A78AE2: hue angle of 259.77º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A78AE2 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167138226-
CMYK0.260.3900.11
HSL259.77º60.27%71.37%-
HSV(B)259.77º38.94%88.63%-
XYZ38.7531.8876.06-
YUV156.7167.11135.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 226 (88.67% from 255) = 42.56%
R=31.45%
G=25.99%
B=42.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671382260.260.3900.11259.7760.2771.37
HexA78AE21A270B1043c47
Octal247212342324701340474107
Binary10100111100010101110001011010100111010111000001001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78AE2; }

 p { color: rgb(167,138,226); }

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

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

 a { background-color: rgb(167,138,226); }

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

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

 span { border-color: rgb(167,138,226); }

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