Html Css Color HEX #AF81E9 Biloba Flower

📋 copy color: '#AF81E9'

red 175 ◦ green 129 ◦ blue 233

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

Shades of Biloba Flower #AF81E9

Tints of Biloba Flower #AF81E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 32.59%
G = 24.02%
B = 43.39%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF81E9 (or 0xAF81E9) is known color: Biloba Flower. HEX triplet: AF, 81 and E9. RGB value is (175,129,233). Sum of RGB (Red+Green+Blue) = 175+129+233=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF81E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF81E9 is #507E16. Grayscale: #9A9A9A. Windows color (decimal): -5275159 or 15303087. OLE color: 15303087.

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

Color convert

RGB 175 129 233 -
CMYK 0.25 0.45 0 0.09
HSL 266.54º 0.7% 0.71% -
HSV(B) 266.54º 0.45% 0.91% -
XYZ 40.24 30.7 80.9 -
YUV 154.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 175 129 233 0.25 0.45 0 0.09 266.54 0.7 0.71
Hex AF 81 E9 19 2D 0 9 10B 46 47
Octal 257 201 351 31 55 0 11 413 106 107
Binary 10101111 10000001 11101001 11001 101101 0 1001 100001011 1000110 1000111

Color Harmonies of #AF81E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF81E9

Black with #AF81E9

Text Example


Text Example

White with #AF81E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF81E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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