#A992CD

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

Shades of Biloba Flower #A992CD

Tints of Biloba Flower #A992CD

Color information

#A992CD (or 0xA992CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 92 and CD. RGB value is (169,146,205). Sum of RGB (Red+Green+Blue) = 169+146+205=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A992CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992CD is #566D32. Grayscale: #9F9F9F. Windows color (decimal): -5664051 or 13472425. OLE color: 13472425.

HSL color Cylindrical-coordinate representation of color #A992CD: hue angle of 263.39º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A992CD is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169146205-
CMYK0.180.2900.20
HSL263.39º37.11%68.82%-
HSV(B)263.39º28.78%80.39%-
XYZ37.6633.462.22-
YUV159.6153.62134.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=32.5%
G=28.08%
B=39.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691462050.180.2900.20263.3937.1168.82
HexA992CD121D0141072545
Octal251222315223502440745105
Binary10101001100100101100110110010111010101001000001111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992CD; }

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

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

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

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

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

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

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

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