#AF8CFA

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

Shades of Biloba Flower #AF8CFA

Tints of Biloba Flower #AF8CFA

Color information

#AF8CFA (or 0xAF8CFA) is unknown color: approx Biloba Flower. HEX triplet: AF, 8C and FA. RGB value is (175,140,250). Sum of RGB (Red+Green+Blue) = 175+140+250=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8CFA is #507305. Grayscale: #A2A2A2. Windows color (decimal): -5272326 or 16420015. OLE color: 16420015.

HSL color Cylindrical-coordinate representation of color #AF8CFA: hue angle of 259.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF8CFA is Cyan = 0.3, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175140250-
CMYK0.30.4400.02
HSL259.09º91.67%76.47%-
HSV(B)259.09º44%98.04%-
XYZ44.3134.7794.82-
YUV163177.1136.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 140 (55.08% from 255) = 24.78%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=30.97%
G=24.78%
B=44.25%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751402500.30.4400.02259.0991.6776.47
HexAF8CFA1E2C021035c4c
Octal257214372365402403134114
Binary1010111110001100111110101111010110001010000001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CFA; }

 p { color: rgb(175,140,250); }

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

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

 a { background-color: rgb(175,140,250); }

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

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

 span { border-color: rgb(175,140,250); }

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