#AF9CF7

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

Shades of Biloba Flower #AF9CF7

Tints of Biloba Flower #AF9CF7

Color information

#AF9CF7 (or 0xAF9CF7) is unknown color: approx Biloba Flower. HEX triplet: AF, 9C and F7. RGB value is (175,156,247). Sum of RGB (Red+Green+Blue) = 175+156+247=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF9CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9CF7 is #506308. Grayscale: #ABABAB. Windows color (decimal): -5268233 or 16227503. OLE color: 16227503.

HSL color Cylindrical-coordinate representation of color #AF9CF7: hue angle of 252.53º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF9CF7 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175156247-
CMYK0.290.3700.03
HSL252.53º85.05%79.02%-
HSV(B)252.53º36.84%96.86%-
XYZ46.3639.6193.2-
YUV172.06170.29130.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 156 (61.33% from 255) = 26.99%
BLUE value IS 247 (96.88% from 255) = 42.73%
R=30.28%
G=26.99%
B=42.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751562470.290.3700.03252.5385.0579.02
HexAF9CF71D2503fd554f
Octal257234367354503375125117
Binary101011111001110011110111111011001010111111110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CF7; }

 p { color: rgb(175,156,247); }

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

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

 a { background-color: rgb(175,156,247); }

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

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

 span { border-color: rgb(175,156,247); }

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