#A68FF8

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

Shades of Biloba Flower #A68FF8

Tints of Biloba Flower #A68FF8

Color information

#A68FF8 (or 0xA68FF8) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and F8. RGB value is (166,143,248). Sum of RGB (Red+Green+Blue) = 166+143+248=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #A68FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FF8 is #597007. Grayscale: #A1A1A1. Windows color (decimal): -5861384 or 16289702. OLE color: 16289702.

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

Color convert

RGB166143248-
CMYK0.330.4200.03
HSL253.14º88.24%76.67%-
HSV(B)253.14º42.34%97.25%-
XYZ42.4934.5393.23-
YUV161.85176.62130.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=29.80%
G=25.67%
B=44.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1661432480.330.4200.03253.1488.2476.67
HexA68FF8212A03fd584d
Octal246217370415203375130115
Binary1010011010001111111110001000011010100111111110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FF8; }

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

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

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

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

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

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

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

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