#A693FA

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

Shades of Biloba Flower #A693FA

Tints of Biloba Flower #A693FA

Color information

#A693FA (or 0xA693FA) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and FA. RGB value is (166,147,250). Sum of RGB (Red+Green+Blue) = 166+147+250=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #A693FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693FA is #596C05. Grayscale: #A4A4A4. Windows color (decimal): -5860358 or 16421798. OLE color: 16421798.

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

Color convert

RGB166147250-
CMYK0.340.4100.02
HSL251.07º91.15%77.84%-
HSV(B)251.07º41.2%98.04%-
XYZ43.4135.8895.08-
YUV164.42176.29129.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.48%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=29.48%
G=26.11%
B=44.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661472500.340.4100.02251.0791.1577.84
HexA693FA222902fb5b4e
Octal246223372425102373133116
Binary1010011010010011111110101000101010010101111101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693FA; }

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

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

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

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

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

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

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

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