#A68FED

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

Shades of Biloba Flower #A68FED

Tints of Biloba Flower #A68FED

Color information

#A68FED (or 0xA68FED) is unknown color: approx Biloba Flower. HEX triplet: A6, 8F and ED. RGB value is (166,143,237). Sum of RGB (Red+Green+Blue) = 166+143+237=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A68FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68FED is #597012. Grayscale: #A0A0A0. Windows color (decimal): -5861395 or 15568806. OLE color: 15568806.

HSL color Cylindrical-coordinate representation of color #A68FED: hue angle of 254.68º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68FED is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166143237-
CMYK0.300.4000.07
HSL254.68º72.31%74.51%-
HSV(B)254.68º39.66%92.94%-
XYZ40.8333.8784.51-
YUV160.59171.12131.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.40%
GREEN value IS 143 (56.25% from 255) = 26.19%
BLUE value IS 237 (92.97% from 255) = 43.41%
R=30.40%
G=26.19%
B=43.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661432370.300.4000.07254.6872.3174.51
HexA68FED1E2807ff484b
Octal246217355365007377110113
Binary1010011010001111111011011111010100001111111111110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FED; }

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

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

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

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

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

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

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

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