#ABA0CD

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

Shades of Biloba Flower #ABA0CD

Tints of Biloba Flower #ABA0CD

Color information

#ABA0CD (or 0xABA0CD) is unknown color: approx Biloba Flower. HEX triplet: AB, A0 and CD. RGB value is (171,160,205). Sum of RGB (Red+Green+Blue) = 171+160+205=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABA0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0CD is #545F32. Grayscale: #A8A8A8. Windows color (decimal): -5529395 or 13476011. OLE color: 13476011.

HSL color Cylindrical-coordinate representation of color #ABA0CD: hue angle of 254.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA0CD is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171160205-
CMYK0.170.2200.20
HSL254.67º31.03%71.57%-
HSV(B)254.67º21.95%80.39%-
XYZ40.3838.2163-
YUV168.42148.64129.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=31.90%
G=29.85%
B=38.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711602050.170.2200.20254.6731.0371.57
HexABA0CD1116014ff1f48
Octal253240315212602437737110
Binary101010111010000011001101100011011001010011111111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0CD; }

 p { color: rgb(171,160,205); }

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

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

 a { background-color: rgb(171,160,205); }

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

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

 span { border-color: rgb(171,160,205); }

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