#af93da

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

Shades of Biloba Flower #AF93DA

Tints of Biloba Flower #AF93DA

Color information

#AF93DA (or 0xAF93DA) is unknown color: approx Biloba Flower. HEX triplet: AF, 93 and DA. RGB value is (175,147,218). Sum of RGB (Red+Green+Blue) = 175+147+218=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF93DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93DA is #506C25. Grayscale: #A3A3A3. Windows color (decimal): -5270566 or 14324655. OLE color: 14324655.

HSL color Cylindrical-coordinate representation of color #AF93DA: hue angle of 263.66º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF93DA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175147218-
CMYK0.200.3300.15
HSL263.66º48.97%71.57%-
HSV(B)263.66º32.57%85.49%-
XYZ40.7735.0470.95-
YUV163.47158.78136.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=32.41%
G=27.22%
B=40.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751472180.200.3300.15263.6648.9771.57
HexAF93DA14210F1083148
Octal257223332244101741061110
Binary10101111100100111101101010100100001011111000010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af93da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af93da; }

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

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

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

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

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

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

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

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