#AF9CD3

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

Shades of Biloba Flower #AF9CD3

Tints of Biloba Flower #AF9CD3

Color information

#AF9CD3 (or 0xAF9CD3) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and D3. RGB value is (175,156,211). Sum of RGB (Red+Green+Blue) = 175+156+211=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF9CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CD3 is #50632C. Grayscale: #A7A7A7. Windows color (decimal): -5268269 or 13868207. OLE color: 13868207.

HSL color Cylindrical-coordinate representation of color #AF9CD3: hue angle of 260.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9CD3 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175156211-
CMYK0.170.2600.17
HSL260.73º38.46%71.96%-
HSV(B)260.73º26.07%82.75%-
XYZ41.3337.5966.71-
YUV167.95152.29133.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 211 (82.81% from 255) = 38.93%
R=32.29%
G=28.78%
B=38.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751562110.170.2600.17260.7338.4671.96
HexAF9CD3111A0111052648
Octal257234323213202140546110
Binary10101111100111001101001110001110100100011000001011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CD3; }

 p { color: rgb(175,156,211); }

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

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

 a { background-color: rgb(175,156,211); }

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

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

 span { border-color: rgb(175,156,211); }

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