Html Css Color HEX #AF81EF Biloba Flower

📋 copy color: '#AF81EF'

red 175 ◦ green 129 ◦ blue 239

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

Shades of Biloba Flower #AF81EF

Tints of Biloba Flower #AF81EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.76%

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

R = 32.23%
G = 23.76%
B = 44.01%

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

#AF81EF (or 0xAF81EF) is known color: Biloba Flower. HEX triplet: AF, 81 and EF. RGB value is (175,129,239). Sum of RGB (Red+Green+Blue) = 175+129+239=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81EF is #507E10. Grayscale: #9A9A9A. Windows color (decimal): -5275153 or 15696303. OLE color: 15696303.

HSL color Cylindrical-coordinate representation of color #AF81EF: hue angle of 265.09º degrees, saturation: 0.77, 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 #AF81EF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 129 239 -
CMYK 0.27 0.46 0 0.06
HSL 265.09º 0.77% 0.72% -
HSV(B) 265.09º 0.46% 0.94% -
XYZ 41.11 31.05 85.49 -
YUV 155.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 175 129 239 0.27 0.46 0 0.06 265.09 0.77 0.72
Hex AF 81 EF 1B 2E 0 6 109 4D 48
Octal 257 201 357 33 56 0 6 411 115 110
Binary 10101111 10000001 11101111 11011 101110 0 110 100001001 1001101 1001000

Color Harmonies of #AF81EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81EF

Black with #AF81EF

Text Example


Text Example

White with #AF81EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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