#A68AF7

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

Shades of Biloba Flower #A68AF7

Tints of Biloba Flower #A68AF7

Color information

#A68AF7 (or 0xA68AF7) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and F7. RGB value is (166,138,247). Sum of RGB (Red+Green+Blue) = 166+138+247=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #A68AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AF7 is #597508. Grayscale: #9E9E9E. Windows color (decimal): -5862665 or 16222886. OLE color: 16222886.

HSL color Cylindrical-coordinate representation of color #A68AF7: hue angle of 255.41º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A68AF7 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166138247-
CMYK0.330.4400.03
HSL255.41º87.2%75.49%-
HSV(B)255.41º44.13%96.86%-
XYZ41.63392.17-
YUV158.8177.78133.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 138 (54.30% from 255) = 25.05%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=30.13%
G=25.05%
B=44.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661382470.330.4400.03255.4187.275.49
HexA68AF7212C03ff574b
Octal246212367415403377127113
Binary1010011010001010111101111000011011000111111111110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AF7; }

 p { color: rgb(166,138,247); }

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

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

 a { background-color: rgb(166,138,247); }

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

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

 span { border-color: rgb(166,138,247); }

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