#AF95CA

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

Shades of Biloba Flower #AF95CA

Tints of Biloba Flower #AF95CA

Color information

#AF95CA (or 0xAF95CA) is unknown color: approx Biloba Flower. HEX triplet: AF, 95 and CA. RGB value is (175,149,202). Sum of RGB (Red+Green+Blue) = 175+149+202=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95CA is #506A35. Grayscale: #A2A2A2. Windows color (decimal): -5270070 or 13276591. OLE color: 13276591.

HSL color Cylindrical-coordinate representation of color #AF95CA: hue angle of 269.43º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF95CA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175149202-
CMYK0.130.2600.21
HSL269.43º33.33%68.82%-
HSV(B)269.43º26.24%79.22%-
XYZ39.0934.8760.55-
YUV162.82150.11136.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=33.27%
G=28.33%
B=38.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751492020.130.2600.21269.4333.3368.82
HexAF95CAD1A01510d2145
Octal257225312153202541541105
Binary1010111110010101110010101101110100101011000011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95CA; }

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

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

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

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

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

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

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

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