Html Css Color HEX #AF87D9 Biloba Flower

📋 copy color: '#AF87D9'

red 175 ◦ green 135 ◦ blue 217

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

Shades of Biloba Flower #AF87D9

Tints of Biloba Flower #AF87D9

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.62%

 BLUE value IS 217 (85.16% from 255) = 41.18%

R = 33.21%
G = 25.62%
B = 41.18%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF87D9 (or 0xAF87D9) is known color: Biloba Flower. HEX triplet: AF, 87 and D9. RGB value is (175,135,217). Sum of RGB (Red+Green+Blue) = 175+135+217=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF87D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF87D9 is #507826. Grayscale: #9C9C9C. Windows color (decimal): -5273639 or 14256047. OLE color: 14256047.

HSL color Cylindrical-coordinate representation of color #AF87D9: hue angle of 269.27º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF87D9 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 135 217 -
CMYK 0.19 0.38 0 0.15
HSL 269.27º 0.52% 0.69% -
HSV(B) 269.27º 0.38% 0.85% -
XYZ 38.87 31.45 69.67 -
YUV 156.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 175 135 217 0.19 0.38 0 0.15 269.27 0.52 0.69
Hex AF 87 D9 13 26 0 F 10D 34 45
Octal 257 207 331 23 46 0 17 415 64 105
Binary 10101111 10000111 11011001 10011 100110 0 1111 100001101 110100 1000101

Color Harmonies of #AF87D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF87D9

Black with #AF87D9

Text Example


Text Example

White with #AF87D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF87D9; }

 p { color: rgb(175,135,217); }

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

background-color css

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

 a { background-color: rgb(175,135,217); }

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

border-color css

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

 span { border-color: rgb(175,135,217); }

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