#AF88FF

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

Shades of Biloba Flower #AF88FF

Tints of Biloba Flower #AF88FF

Color information

#AF88FF (or 0xAF88FF) is unknown color: approx Biloba Flower. HEX triplet: AF, 88 and FF. RGB value is (175,136,255). Sum of RGB (Red+Green+Blue) = 175+136+255=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF88FF is #507700. Grayscale: #A0A0A0. Windows color (decimal): -5273345 or 16746671. OLE color: 16746671.

HSL color Cylindrical-coordinate representation of color #AF88FF: hue angle of 259.66º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF88FF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB175136255-
CMYK0.310.4700
HSL259.66º100%76.67%-
HSV(B)259.66º46.67%100%-
XYZ44.5333.9498.81-
YUV161.23180.92137.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 136 (53.52% from 255) = 24.03%
BLUE value IS 255 (100% from 255) = 45.05%
R=30.92%
G=24.03%
B=45.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751362550.310.4700259.6610076.67
HexAF88FF1F2F00104644d
Octal257210377375700404144115
Binary101011111000100011111111111111011110010000010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88FF; }

 p { color: rgb(175,136,255); }

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

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

 a { background-color: rgb(175,136,255); }

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

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

 span { border-color: rgb(175,136,255); }

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