#AF94CC

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

Shades of Biloba Flower #AF94CC

Tints of Biloba Flower #AF94CC

Color information

#AF94CC (or 0xAF94CC) is unknown color: approx Biloba Flower. HEX triplet: AF, 94 and CC. RGB value is (175,148,204). Sum of RGB (Red+Green+Blue) = 175+148+204=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF94CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF94CC is #506B33. Grayscale: #A2A2A2. Windows color (decimal): -5270324 or 13407407. OLE color: 13407407.

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

Color convert

RGB175148204-
CMYK0.140.2700.2
HSL268.93º35.44%69.02%-
HSV(B)268.93º27.45%80%-
XYZ39.1734.6561.75-
YUV162.46151.45136.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=33.21%
G=28.08%
B=38.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751482040.140.2700.2268.9335.4469.02
HexAF94CCE1B01410d2345
Octal257224314163302441543105
Binary1010111110010100110011001110110110101001000011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF94CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF94CC; }

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

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

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

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

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

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

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

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