Html Css Color HEX #AF91E9 Biloba Flower

📋 copy color: '#AF91E9'

red 175 ◦ green 145 ◦ blue 233

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

Shades of Biloba Flower #AF91E9

Tints of Biloba Flower #AF91E9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.22%

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

R = 31.65%
G = 26.22%
B = 42.13%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF91E9 (or 0xAF91E9) is known color: Biloba Flower. HEX triplet: AF, 91 and E9. RGB value is (175,145,233). Sum of RGB (Red+Green+Blue) = 175+145+233=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF91E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91E9 is #506E16. Grayscale: #A3A3A3. Windows color (decimal): -5271063 or 15307183. OLE color: 15307183.

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

Color convert

RGB 175 145 233 -
CMYK 0.25 0.38 0 0.09
HSL 260.45º 0.67% 0.74% -
HSV(B) 260.45º 0.38% 0.91% -
XYZ 42.51 35.25 81.65 -
YUV 164 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 175 145 233 0.25 0.38 0 0.09 260.45 0.67 0.74
Hex AF 91 E9 19 26 0 9 104 43 4A
Octal 257 221 351 31 46 0 11 404 103 112
Binary 10101111 10010001 11101001 11001 100110 0 1001 100000100 1000011 1001010

Color Harmonies of #AF91E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91E9

Black with #AF91E9

Text Example


Text Example

White with #AF91E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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