Html Css Color HEX #AF80E9 Biloba Flower

📋 copy color: '#AF80E9'

red 175 ◦ green 128 ◦ blue 233

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

Shades of Biloba Flower #AF80E9

Tints of Biloba Flower #AF80E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.47%

R = 32.65%
G = 23.88%
B = 43.47%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF80E9 (or 0xAF80E9) is known color: Biloba Flower. HEX triplet: AF, 80 and E9. RGB value is (175,128,233). Sum of RGB (Red+Green+Blue) = 175+128+233=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF80E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80E9 is #507F16. Grayscale: #999999. Windows color (decimal): -5275415 or 15302831. OLE color: 15302831.

HSL color Cylindrical-coordinate representation of color #AF80E9: hue angle of 266.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF80E9 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 128 233 -
CMYK 0.25 0.45 0 0.09
HSL 266.86º 0.7% 0.71% -
HSV(B) 266.86º 0.45% 0.91% -
XYZ 40.11 30.44 80.85 -
YUV 154.02 172.57 142.96 -
System Red Green Blue C M Y K H S L
Decimal 175 128 233 0.25 0.45 0 0.09 266.86 0.7 0.71
Hex AF 80 E9 19 2D 0 9 10B 46 47
Octal 257 200 351 31 55 0 11 413 106 107
Binary 10101111 10000000 11101001 11001 101101 0 1001 100001011 1000110 1000111

Color Harmonies of #AF80E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80E9

Black with #AF80E9

Text Example


Text Example

White with #AF80E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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