Html Css Color HEX #AF80EA Biloba Flower

📋 copy color: '#AF80EA'

red 175 ◦ green 128 ◦ blue 234

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

Shades of Biloba Flower #AF80EA

Tints of Biloba Flower #AF80EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.58%

R = 32.59%
G = 23.84%
B = 43.58%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF80EA (or 0xAF80EA) is known color: Biloba Flower. HEX triplet: AF, 80 and EA. RGB value is (175,128,234). Sum of RGB (Red+Green+Blue) = 175+128+234=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF80EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80EA is #507F15. Grayscale: #999999. Windows color (decimal): -5275414 or 15368367. OLE color: 15368367.

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

Color convert

RGB 175 128 234 -
CMYK 0.25 0.45 0 0.08
HSL 266.6º 0.72% 0.71% -
HSV(B) 266.6º 0.45% 0.92% -
XYZ 40.25 30.49 81.61 -
YUV 154.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 175 128 234 0.25 0.45 0 0.08 266.6 0.72 0.71
Hex AF 80 EA 19 2D 0 8 10B 48 47
Octal 257 200 352 31 55 0 10 413 110 107
Binary 10101111 10000000 11101010 11001 101101 0 1000 100001011 1001000 1000111

Color Harmonies of #AF80EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80EA

Black with #AF80EA

Text Example


Text Example

White with #AF80EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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