#A693FE

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

Shades of Biloba Flower #A693FE

Tints of Biloba Flower #A693FE

Color information

#A693FE (or 0xA693FE) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and FE. RGB value is (166,147,254). Sum of RGB (Red+Green+Blue) = 166+147+254=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #A693FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693FE is #596C01. Grayscale: #A4A4A4. Windows color (decimal): -5860354 or 16683942. OLE color: 16683942.

HSL color Cylindrical-coordinate representation of color #A693FE: hue angle of 250.65º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A693FE is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166147254-
CMYK0.350.4200.00
HSL250.65º98.17%78.63%-
HSV(B)250.65º42.13%99.61%-
XYZ44.0536.1398.42-
YUV164.88178.29128.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.28%
GREEN value IS 147 (57.81% from 255) = 25.93%
BLUE value IS 254 (99.61% from 255) = 44.80%
R=29.28%
G=25.93%
B=44.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661472540.350.4200.00250.6598.1778.63
HexA693FE232A00fb624f
Octal246223376435200373142117
Binary101001101001001111111110100011101010001111101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693FE; }

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

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

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

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

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

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

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

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