#AF92CC

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

Shades of Biloba Flower #AF92CC

Tints of Biloba Flower #AF92CC

Color information

#AF92CC (or 0xAF92CC) is unknown color: approx Biloba Flower. HEX triplet: AF, 92 and CC. RGB value is (175,146,204). Sum of RGB (Red+Green+Blue) = 175+146+204=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF92CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92CC is #506D33. Grayscale: #A1A1A1. Windows color (decimal): -5270836 or 13406895. OLE color: 13406895.

HSL color Cylindrical-coordinate representation of color #AF92CC: hue angle of 270º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF92CC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175146204-
CMYK0.140.2800.2
HSL270º36.25%68.63%-
HSV(B)270º28.43%80%-
XYZ38.8634.0361.65-
YUV161.28152.11137.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=33.33%
G=27.81%
B=38.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751462040.140.2800.227036.2568.63
HexAF92CCE1C01410e2445
Octal257222314163402441644105
Binary1010111110010010110011001110111000101001000011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92CC; }

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

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

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

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

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

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

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

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