Html Css Color HEX #AF81EC Biloba Flower

📋 copy color: '#AF81EC'

red 175 ◦ green 129 ◦ blue 236

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

Shades of Biloba Flower #AF81EC

Tints of Biloba Flower #AF81EC

RGB

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

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

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

R = 32.41%
G = 23.89%
B = 43.7%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF81EC (or 0xAF81EC) is known color: Biloba Flower. HEX triplet: AF, 81 and EC. RGB value is (175,129,236). Sum of RGB (Red+Green+Blue) = 175+129+236=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81EC is #507E13. Grayscale: #9A9A9A. Windows color (decimal): -5275156 or 15499695. OLE color: 15499695.

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

Color convert

RGB 175 129 236 -
CMYK 0.26 0.45 0 0.07
HSL 265.79º 0.74% 0.72% -
HSV(B) 265.79º 0.45% 0.93% -
XYZ 40.67 30.87 83.17 -
YUV 154.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 175 129 236 0.26 0.45 0 0.07 265.79 0.74 0.72
Hex AF 81 EC 1A 2D 0 7 10A 4A 48
Octal 257 201 354 32 55 0 7 412 112 110
Binary 10101111 10000001 11101100 11010 101101 0 111 100001010 1001010 1001000

Color Harmonies of #AF81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81EC

Black with #AF81EC

Text Example


Text Example

White with #AF81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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