#AF84EB

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

Shades of Biloba Flower #AF84EB

Tints of Biloba Flower #AF84EB

Color information

#AF84EB (or 0xAF84EB) is unknown color: approx Biloba Flower. HEX triplet: AF, 84 and EB. RGB value is (175,132,235). Sum of RGB (Red+Green+Blue) = 175+132+235=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF84EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF84EB is #507B14. Grayscale: #9C9C9C. Windows color (decimal): -5274389 or 15434927. OLE color: 15434927.

HSL color Cylindrical-coordinate representation of color #AF84EB: hue angle of 265.05º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF84EB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175132235-
CMYK0.260.4400.08
HSL265.05º72.03%71.96%-
HSV(B)265.05º43.83%92.16%-
XYZ40.9331.6182.54-
YUV156.6172.25141.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=32.29%
G=24.35%
B=43.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751322350.260.4400.08265.0572.0371.96
HexAF84EB1A2C081094848
Octal2572043533254010411110110
Binary101011111000010011101011110101011000100010000100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF84EB; }

 p { color: rgb(175,132,235); }

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

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

 a { background-color: rgb(175,132,235); }

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

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

 span { border-color: rgb(175,132,235); }

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