#A992FD

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

Shades of Biloba Flower #A992FD

Tints of Biloba Flower #A992FD

Color information

#A992FD (or 0xA992FD) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and FD. RGB value is (169,146,253). Sum of RGB (Red+Green+Blue) = 169+146+253=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #A992FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A992FD is #566D02. Grayscale: #A4A4A4. Windows color (decimal): -5664003 or 16618153. OLE color: 16618153.

HSL color Cylindrical-coordinate representation of color #A992FD: hue angle of 252.9º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A992FD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169146253-
CMYK0.330.4200.01
HSL252.9º96.4%78.24%-
HSV(B)252.9º42.29%99.22%-
XYZ44.3736.0897.55-
YUV165.08177.62130.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.75%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=29.75%
G=25.70%
B=44.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691462530.330.4200.01252.996.478.24
HexA992FD212A01fd604e
Octal251222375415201375140116
Binary101010011001001011111101100001101010011111110111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992FD; }

 p { color: rgb(169,146,253); }

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

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

 a { background-color: rgb(169,146,253); }

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

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

 span { border-color: rgb(169,146,253); }

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