Html Css Color HEX #AF91E0 Biloba Flower

📋 copy color: '#AF91E0'

red 175 ◦ green 145 ◦ blue 224

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

Shades of Biloba Flower #AF91E0

Tints of Biloba Flower #AF91E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 32.17%
G = 26.65%
B = 41.18%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF91E0 (or 0xAF91E0) is known color: Biloba Flower. HEX triplet: AF, 91 and E0. RGB value is (175,145,224). Sum of RGB (Red+Green+Blue) = 175+145+224=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF91E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91E0 is #506E1F. Grayscale: #A2A2A2. Windows color (decimal): -5271072 or 14717359. OLE color: 14717359.

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

Color convert

RGB 175 145 224 -
CMYK 0.22 0.35 0 0.12
HSL 262.78º 0.56% 0.72% -
HSV(B) 262.78º 0.35% 0.88% -
XYZ 41.26 34.75 75.05 -
YUV 162.98 162.44 136.58 -
System Red Green Blue C M Y K H S L
Decimal 175 145 224 0.22 0.35 0 0.12 262.78 0.56 0.72
Hex AF 91 E0 16 23 0 C 107 38 48
Octal 257 221 340 26 43 0 14 407 70 110
Binary 10101111 10010001 11100000 10110 100011 0 1100 100000111 111000 1001000

Color Harmonies of #AF91E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91E0

Black with #AF91E0

Text Example


Text Example

White with #AF91E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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