Html Css Color HEX #AF80D9 Biloba Flower

📋 copy color: '#AF80D9'

red 175 ◦ green 128 ◦ blue 217

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

Shades of Biloba Flower #AF80D9

Tints of Biloba Flower #AF80D9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.62%

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

R = 33.65%
G = 24.62%
B = 41.73%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF80D9 (or 0xAF80D9) is known color: Biloba Flower. HEX triplet: AF, 80 and D9. RGB value is (175,128,217). Sum of RGB (Red+Green+Blue) = 175+128+217=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF80D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D9 is #507F26. Grayscale: #979797. Windows color (decimal): -5275431 or 14254255. OLE color: 14254255.

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

Color convert

RGB 175 128 217 -
CMYK 0.19 0.41 0 0.15
HSL 271.69º 0.54% 0.68% -
HSV(B) 271.69º 0.41% 0.85% -
XYZ 37.92 29.56 69.35 -
YUV 152.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 175 128 217 0.19 0.41 0 0.15 271.69 0.54 0.68
Hex AF 80 D9 13 29 0 F 110 36 44
Octal 257 200 331 23 51 0 17 420 66 104
Binary 10101111 10000000 11011001 10011 101001 0 1111 100010000 110110 1000100

Color Harmonies of #AF80D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80D9

Black with #AF80D9

Text Example


Text Example

White with #AF80D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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