#A78FFD

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

Shades of Biloba Flower #A78FFD

Tints of Biloba Flower #A78FFD

Color information

#A78FFD (or 0xA78FFD) is unknown color: approx Biloba Flower. HEX triplet: A7, 8F and FD. RGB value is (167,143,253). Sum of RGB (Red+Green+Blue) = 167+143+253=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A78FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78FFD is #587002. Grayscale: #A2A2A2. Windows color (decimal): -5795843 or 16617383. OLE color: 16617383.

HSL color Cylindrical-coordinate representation of color #A78FFD: hue angle of 253.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A78FFD is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167143253-
CMYK0.340.4300.01
HSL253.09º96.49%77.65%-
HSV(B)253.09º43.48%99.22%-
XYZ43.4934.9597.38-
YUV162.72178.95131.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=29.66%
G=25.40%
B=44.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671432530.340.4300.01253.0996.4977.65
HexA78FFD222B01fd604e
Octal247217375425301375140116
Binary101001111000111111111101100010101011011111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78FFD; }

 p { color: rgb(167,143,253); }

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

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

 a { background-color: rgb(167,143,253); }

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

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

 span { border-color: rgb(167,143,253); }

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