#AFA3D4

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

Shades of Biloba Flower #AFA3D4

Tints of Biloba Flower #AFA3D4

Color information

#AFA3D4 (or 0xAFA3D4) is unknown color: approx Biloba Flower. HEX triplet: AF, A3 and D4. RGB value is (175,163,212). Sum of RGB (Red+Green+Blue) = 175+163+212=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 163 (64.06% from 255 or 29.64% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFA3D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3D4 is #505C2B. Grayscale: #ABABAB. Windows color (decimal): -5266476 or 13935535. OLE color: 13935535.

HSL color Cylindrical-coordinate representation of color #AFA3D4: hue angle of 254.69º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFA3D4 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB175163212-
CMYK0.170.2300.17
HSL254.69º36.3%73.53%-
HSV(B)254.69º23.11%83.14%-
XYZ42.6640.0667.77-
YUV172.17150.48130.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 163 (64.06% from 255) = 29.64%
BLUE value IS 212 (83.20% from 255) = 38.55%
R=31.82%
G=29.64%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1751632120.170.2300.17254.6936.373.53
HexAFA3D41117011ff244a
Octal257243324212702137744112
Binary1010111110100011110101001000110111010001111111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3D4; }

 p { color: rgb(175,163,212); }

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

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

 a { background-color: rgb(175,163,212); }

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

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

 span { border-color: rgb(175,163,212); }

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