#AF9BCB

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

Shades of Biloba Flower #AF9BCB

Tints of Biloba Flower #AF9BCB

Color information

#AF9BCB (or 0xAF9BCB) is unknown color: approx Biloba Flower. HEX triplet: AF, 9B and CB. RGB value is (175,155,203). Sum of RGB (Red+Green+Blue) = 175+155+203=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BCB is #506434. Grayscale: #A6A6A6. Windows color (decimal): -5268533 or 13343663. OLE color: 13343663.

HSL color Cylindrical-coordinate representation of color #AF9BCB: hue angle of 265º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF9BCB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175155203-
CMYK0.140.2400.20
HSL265º31.58%70.2%-
HSV(B)265º23.65%79.61%-
XYZ40.1836.8761.5-
YUV166.45148.63134.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=32.83%
G=29.08%
B=38.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751552030.140.2400.2026531.5870.2
HexAF9BCBE180141092046
Octal257233313163002441140106
Binary1010111110011011110010111110110000101001000010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BCB; }

 p { color: rgb(175,155,203); }

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

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

 a { background-color: rgb(175,155,203); }

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

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

 span { border-color: rgb(175,155,203); }

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