#AF95FA

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

Shades of Biloba Flower #AF95FA

Tints of Biloba Flower #AF95FA

Color information

#AF95FA (or 0xAF95FA) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and FA. RGB value is (175,149,250). Sum of RGB (Red+Green+Blue) = 175+149+250=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF95FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF95FA is #506A05. Grayscale: #A7A7A7. Windows color (decimal): -5270022 or 16422319. OLE color: 16422319.

HSL color Cylindrical-coordinate representation of color #AF95FA: hue angle of 255.45º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF95FA is Cyan = 0.3, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175149250-
CMYK0.30.4000.02
HSL255.45º90.99%78.24%-
HSV(B)255.45º40.4%98.04%-
XYZ45.6837.5195.28-
YUV168.29174.11132.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 149 (58.59% from 255) = 25.96%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=30.49%
G=25.96%
B=43.55%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751492500.30.4000.02255.4590.9978.24
HexAF95FA1E2802ff5b4e
Octal257225372365002377133116
Binary101011111001010111111010111101010000101111111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95FA; }

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

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

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

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

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

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

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

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