Html Css Color HEX #AF91F9 Biloba Flower

📋 copy color: '#AF91F9'

red 175 ◦ green 145 ◦ blue 249

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

Shades of Biloba Flower #AF91F9

Tints of Biloba Flower #AF91F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.76%

R = 30.76%
G = 25.48%
B = 43.76%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF91F9 (or 0xAF91F9) is known color: Biloba Flower. HEX triplet: AF, 91 and F9. RGB value is (175,145,249). Sum of RGB (Red+Green+Blue) = 175+145+249=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF91F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91F9 is #506E06. Grayscale: #A5A5A5. Windows color (decimal): -5271047 or 16355759. OLE color: 16355759.

HSL color Cylindrical-coordinate representation of color #AF91F9: hue angle of 257.31º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF91F9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 145 249 -
CMYK 0.30 0.42 0 0.02
HSL 257.31º 0.9% 0.77% -
HSV(B) 257.31º 0.42% 0.98% -
XYZ 44.9 36.2 94.24 -
YUV 165.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 175 145 249 0.30 0.42 0 0.02 257.31 0.9 0.77
Hex AF 91 F9 1E 2A 0 2 101 5A 4D
Octal 257 221 371 36 52 0 2 401 132 115
Binary 10101111 10010001 11111001 11110 101010 0 10 100000001 1011010 1001101

Color Harmonies of #AF91F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91F9

Black with #AF91F9

Text Example


Text Example

White with #AF91F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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