Html Css Color HEX #AF80D8 Biloba Flower

📋 copy color: '#AF80D8'

red 175 ◦ green 128 ◦ blue 216

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

Shades of Biloba Flower #AF80D8

Tints of Biloba Flower #AF80D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 33.72%
G = 24.66%
B = 41.62%

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

#AF80D8 (or 0xAF80D8) is known color: Biloba Flower. HEX triplet: AF, 80 and D8. RGB value is (175,128,216). Sum of RGB (Red+Green+Blue) = 175+128+216=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF80D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF80D8 is #507F27. Grayscale: #979797. Windows color (decimal): -5275432 or 14188719. OLE color: 14188719.

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

Color convert

RGB 175 128 216 -
CMYK 0.19 0.41 0 0.15
HSL 272.05º 0.53% 0.67% -
HSV(B) 272.05º 0.41% 0.85% -
XYZ 37.79 29.51 68.67 -
YUV 152.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 175 128 216 0.19 0.41 0 0.15 272.05 0.53 0.67
Hex AF 80 D8 13 29 0 F 110 35 43
Octal 257 200 330 23 51 0 17 420 65 103
Binary 10101111 10000000 11011000 10011 101001 0 1111 100010000 110101 1000011

Color Harmonies of #AF80D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80D8

Black with #AF80D8

Text Example


Text Example

White with #AF80D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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