#AF95CC

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

Shades of Biloba Flower #AF95CC

Tints of Biloba Flower #AF95CC

Color information

#AF95CC (or 0xAF95CC) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and CC. RGB value is (175,149,204). Sum of RGB (Red+Green+Blue) = 175+149+204=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF95CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95CC is #506A33. Grayscale: #A2A2A2. Windows color (decimal): -5270068 or 13407663. OLE color: 13407663.

HSL color Cylindrical-coordinate representation of color #AF95CC: hue angle of 268.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF95CC is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175149204-
CMYK0.140.2700.2
HSL268.36º35.03%69.22%-
HSV(B)268.36º26.96%80%-
XYZ39.3334.9761.8-
YUV163.04151.11136.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=33.14%
G=28.22%
B=38.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751492040.140.2700.2268.3635.0369.22
HexAF95CCE1B01410c2345
Octal257225314163302441443105
Binary1010111110010101110011001110110110101001000011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95CC; }

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

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

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

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

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

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

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

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