#AF92CD

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

Shades of Biloba Flower #AF92CD

Tints of Biloba Flower #AF92CD

Color information

#AF92CD (or 0xAF92CD) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and CD. RGB value is (175,146,205). Sum of RGB (Red+Green+Blue) = 175+146+205=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF92CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CD is #506D32. Grayscale: #A1A1A1. Windows color (decimal): -5270835 or 13472431. OLE color: 13472431.

HSL color Cylindrical-coordinate representation of color #AF92CD: hue angle of 269.49º 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 #AF92CD is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175146205-
CMYK0.150.2900.20
HSL269.49º37.11%68.82%-
HSV(B)269.49º28.78%80.39%-
XYZ38.9834.0862.28-
YUV161.4152.61137.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=33.27%
G=27.76%
B=38.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751462050.150.2900.20269.4937.1168.82
HexAF92CDF1D01410d2545
Octal257222315173502441545105
Binary1010111110010010110011011111111010101001000011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92CD; }

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

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

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

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

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

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

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

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