#A68FFA

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

Shades of Biloba Flower #A68FFA

Tints of Biloba Flower #A68FFA

Color information

#A68FFA (or 0xA68FFA) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and FA. RGB value is (166,143,250). Sum of RGB (Red+Green+Blue) = 166+143+250=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #A68FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FFA is #597005. Grayscale: #A1A1A1. Windows color (decimal): -5861382 or 16420774. OLE color: 16420774.

HSL color Cylindrical-coordinate representation of color #A68FFA: hue angle of 252.9º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68FFA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166143250-
CMYK0.340.4300.02
HSL252.9º91.45%77.06%-
HSV(B)252.9º42.8%98.04%-
XYZ42.834.6594.88-
YUV162.07177.62130.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 143 (56.25% from 255) = 25.58%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=29.70%
G=25.58%
B=44.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661432500.340.4300.02252.991.4577.06
HexA68FFA222B02fd5b4d
Octal246217372425302375133115
Binary1010011010001111111110101000101010110101111110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FFA; }

 p { color: rgb(166,143,250); }

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

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

 a { background-color: rgb(166,143,250); }

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

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

 span { border-color: rgb(166,143,250); }

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