Html Css Color HEX #AF80EF Biloba Flower

📋 copy color: '#AF80EF'

red 175 ◦ green 128 ◦ blue 239

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

Shades of Biloba Flower #AF80EF

Tints of Biloba Flower #AF80EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 32.29%
G = 23.62%
B = 44.1%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF80EF (or 0xAF80EF) is known color: Biloba Flower. HEX triplet: AF, 80 and EF. RGB value is (175,128,239). Sum of RGB (Red+Green+Blue) = 175+128+239=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF80EF is #507F10. Grayscale: #9A9A9A. Windows color (decimal): -5275409 or 15696047. OLE color: 15696047.

HSL color Cylindrical-coordinate representation of color #AF80EF: hue angle of 265.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF80EF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 128 239 -
CMYK 0.27 0.46 0 0.06
HSL 265.41º 0.78% 0.72% -
HSV(B) 265.41º 0.46% 0.94% -
XYZ 40.98 30.78 85.44 -
YUV 154.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 175 128 239 0.27 0.46 0 0.06 265.41 0.78 0.72
Hex AF 80 EF 1B 2E 0 6 109 4E 48
Octal 257 200 357 33 56 0 6 411 116 110
Binary 10101111 10000000 11101111 11011 101110 0 110 100001001 1001110 1001000

Color Harmonies of #AF80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF80EF

Black with #AF80EF

Text Example


Text Example

White with #AF80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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