#A68AF1

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

Shades of Biloba Flower #A68AF1

Tints of Biloba Flower #A68AF1

Color information

#A68AF1 (or 0xA68AF1) is unknown color: approx Biloba Flower. HEX triplet: A6, 8A and F1. RGB value is (166,138,241). Sum of RGB (Red+Green+Blue) = 166+138+241=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 241 (94.53% from 255 or 44.22% from 545); Max value from RGB is 241 - color contains mainly: blue. Hex color #A68AF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A68AF1 is #59750E. Grayscale: #9D9D9D. Windows color (decimal): -5862671 or 15829670. OLE color: 15829670.

HSL color Cylindrical-coordinate representation of color #A68AF1: hue angle of 256.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A68AF1 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166138241-
CMYK0.310.4300.05
HSL256.31º78.63%74.31%-
HSV(B)256.31º42.74%94.51%-
XYZ40.6932.6387.37-
YUV158.11174.78133.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 138 (54.30% from 255) = 25.32%
BLUE value IS 241 (94.53% from 255) = 44.22%
R=30.46%
G=25.32%
B=44.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661382410.310.4300.05256.3178.6374.31
HexA68AF11F2B051004f4a
Octal246212361375305400117112
Binary10100110100010101111000111111101011010110000000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AF1; }

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

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

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

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

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

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

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

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