#AF93CC

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

Shades of Biloba Flower #AF93CC

Tints of Biloba Flower #AF93CC

Color information

#AF93CC (or 0xAF93CC) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and CC. RGB value is (175,147,204). Sum of RGB (Red+Green+Blue) = 175+147+204=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF93CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93CC is #506C33. Grayscale: #A1A1A1. Windows color (decimal): -5270580 or 13407151. OLE color: 13407151.

HSL color Cylindrical-coordinate representation of color #AF93CC: hue angle of 269.47º 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 #AF93CC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175147204-
CMYK0.140.2800.2
HSL269.47º35.85%68.82%-
HSV(B)269.47º27.94%80%-
XYZ39.0134.3461.7-
YUV161.87151.78137.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=33.27%
G=27.95%
B=38.78%

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
Decimal1751472040.140.2800.2269.4735.8568.82
HexAF93CCE1C01410d2445
Octal257223314163402441544105
Binary1010111110010011110011001110111000101001000011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF93CC; }

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

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

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

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

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

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

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

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