Html Css Color HEX #AF80EC Biloba Flower

📋 copy color: '#AF80EC'

red 175 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #AF80EC

Tints of Biloba Flower #AF80EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 32.47%
G = 23.75%
B = 43.78%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF80EC (or 0xAF80EC) is known color: Biloba Flower. HEX triplet: AF, 80 and EC. RGB value is (175,128,236). Sum of RGB (Red+Green+Blue) = 175+128+236=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF80EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80EC is #507F13. Grayscale: #999999. Windows color (decimal): -5275412 or 15499439. OLE color: 15499439.

HSL color Cylindrical-coordinate representation of color #AF80EC: hue angle of 266.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF80EC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 128 236 -
CMYK 0.26 0.46 0 0.07
HSL 266.11º 0.74% 0.71% -
HSV(B) 266.11º 0.46% 0.93% -
XYZ 40.54 30.61 83.13 -
YUV 154.37 174.07 142.72 -
System Red Green Blue C M Y K H S L
Decimal 175 128 236 0.26 0.46 0 0.07 266.11 0.74 0.71
Hex AF 80 EC 1A 2E 0 7 10A 4A 47
Octal 257 200 354 32 56 0 7 412 112 107
Binary 10101111 10000000 11101100 11010 101110 0 111 100001010 1001010 1000111

Color Harmonies of #AF80EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80EC

Black with #AF80EC

Text Example


Text Example

White with #AF80EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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