Html Css Color HEX #AF91E1 Biloba Flower

📋 copy color: '#AF91E1'

red 175 ◦ green 145 ◦ blue 225

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

Shades of Biloba Flower #AF91E1

Tints of Biloba Flower #AF91E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 32.11%
G = 26.61%
B = 41.28%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF91E1 (or 0xAF91E1) is known color: Biloba Flower. HEX triplet: AF, 91 and E1. RGB value is (175,145,225). Sum of RGB (Red+Green+Blue) = 175+145+225=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF91E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91E1 is #506E1E. Grayscale: #A2A2A2. Windows color (decimal): -5271071 or 14782895. OLE color: 14782895.

HSL color Cylindrical-coordinate representation of color #AF91E1: hue angle of 262.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF91E1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 145 225 -
CMYK 0.22 0.36 0 0.12
HSL 262.5º 0.57% 0.73% -
HSV(B) 262.5º 0.36% 0.88% -
XYZ 41.4 34.8 75.77 -
YUV 163.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 175 145 225 0.22 0.36 0 0.12 262.5 0.57 0.73
Hex AF 91 E1 16 24 0 C 106 39 49
Octal 257 221 341 26 44 0 14 406 71 111
Binary 10101111 10010001 11100001 10110 100100 0 1100 100000110 111001 1001001

Color Harmonies of #AF91E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91E1

Black with #AF91E1

Text Example


Text Example

White with #AF91E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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