#A98ACD

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

Shades of Biloba Flower #A98ACD

Tints of Biloba Flower #A98ACD

Color information

#A98ACD (or 0xA98ACD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and CD. RGB value is (169,138,205). Sum of RGB (Red+Green+Blue) = 169+138+205=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ACD is #567532. Grayscale: #9A9A9A. Windows color (decimal): -5666099 or 13470377. OLE color: 13470377.

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

Color convert

RGB169138205-
CMYK0.180.3300.20
HSL267.76º40.12%67.25%-
HSV(B)267.76º32.68%80.39%-
XYZ36.4731.0261.82-
YUV154.91156.27138.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 138 (54.30% from 255) = 26.95%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=33.01%
G=26.95%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691382050.180.3300.20267.7640.1267.25
HexA98ACD122101410c2843
Octal251212315224102441450103
Binary101010011000101011001101100101000010101001000011001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ACD; }

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

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

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

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

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

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

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

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