Html Css Color HEX #AF84D9 Biloba Flower

📋 copy color: '#AF84D9'

red 175 ◦ green 132 ◦ blue 217

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

Shades of Biloba Flower #AF84D9

Tints of Biloba Flower #AF84D9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.19%

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

R = 33.4%
G = 25.19%
B = 41.41%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF84D9 (or 0xAF84D9) is known color: Biloba Flower. HEX triplet: AF, 84 and D9. RGB value is (175,132,217). Sum of RGB (Red+Green+Blue) = 175+132+217=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF84D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84D9 is #507B26. Grayscale: #9A9A9A. Windows color (decimal): -5274407 or 14255279. OLE color: 14255279.

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

Color convert

RGB 175 132 217 -
CMYK 0.19 0.39 0 0.15
HSL 270.35º 0.53% 0.68% -
HSV(B) 270.35º 0.39% 0.85% -
XYZ 38.45 30.63 69.53 -
YUV 154.55 163.25 142.59 -
System Red Green Blue C M Y K H S L
Decimal 175 132 217 0.19 0.39 0 0.15 270.35 0.53 0.68
Hex AF 84 D9 13 27 0 F 10E 35 44
Octal 257 204 331 23 47 0 17 416 65 104
Binary 10101111 10000100 11011001 10011 100111 0 1111 100001110 110101 1000100

Color Harmonies of #AF84D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84D9

Black with #AF84D9

Text Example


Text Example

White with #AF84D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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