Html Css Color HEX #AFA0DA Biloba Flower

📋 copy color: '#AFA0DA'

red 175 ◦ green 160 ◦ blue 218

#AFA0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AFA0DA

Tints of Biloba Flower #AFA0DA

RGB

 RED value IS 175 (68.75% from 255) = 31.65%

 GREEN value IS 160 (62.89% from 255) = 28.93%

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 31.65%
G = 28.93%
B = 39.42%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFA0DA (or 0xAFA0DA) is known color: Biloba Flower. HEX triplet: AF, A0 and DA. RGB value is (175,160,218). Sum of RGB (Red+Green+Blue) = 175+160+218=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFA0DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0DA is #505F25. Grayscale: #AAAAAA. Windows color (decimal): -5267238 or 14327983. OLE color: 14327983.

HSL color Cylindrical-coordinate representation of color #AFA0DA: hue angle of 255.52º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFA0DA is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 160 218 -
CMYK 0.20 0.27 0 0.15
HSL 255.52º 0.44% 0.74% -
HSV(B) 255.52º 0.27% 0.85% -
XYZ 42.9 39.32 71.66 -
YUV 171.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 175 160 218 0.20 0.27 0 0.15 255.52 0.44 0.74
Hex AF A0 DA 14 1B 0 F 100 2C 4A
Octal 257 240 332 24 33 0 17 400 54 112
Binary 10101111 10100000 11011010 10100 11011 0 1111 100000000 101100 1001010

Color Harmonies of #AFA0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0DA

Black with #AFA0DA

Text Example


Text Example

White with #AFA0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0DA; }

 p { color: rgb(175,160,218); }

 H1.HeaderClassName
 {
   color: #AFA0DA;
 }
 .AnyTagClassName
 {
   color: #AFA0DA;
 }
</style>

background-color css

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

 a { background-color: rgb(175,160,218); }

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

border-color css

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

 span { border-color: rgb(175,160,218); }

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