Html Css Color HEX #AF91FB Biloba Flower

📋 copy color: '#AF91FB'

red 175 ◦ green 145 ◦ blue 251

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

Shades of Biloba Flower #AF91FB

Tints of Biloba Flower #AF91FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 30.65%
G = 25.39%
B = 43.96%

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

#AF91FB (or 0xAF91FB) is known color: Biloba Flower. HEX triplet: AF, 91 and FB. RGB value is (175,145,251). Sum of RGB (Red+Green+Blue) = 175+145+251=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF91FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91FB is #506E04. Grayscale: #A5A5A5. Windows color (decimal): -5271045 or 16486831. OLE color: 16486831.

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

Color convert

RGB 175 145 251 -
CMYK 0.30 0.42 0 0.02
HSL 256.98º 0.93% 0.78% -
HSV(B) 256.98º 0.42% 0.98% -
XYZ 45.22 36.33 95.9 -
YUV 166.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 175 145 251 0.30 0.42 0 0.02 256.98 0.93 0.78
Hex AF 91 FB 1E 2A 0 2 101 5D 4E
Octal 257 221 373 36 52 0 2 401 135 116
Binary 10101111 10010001 11111011 11110 101010 0 10 100000001 1011101 1001110

Color Harmonies of #AF91FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91FB

Black with #AF91FB

Text Example


Text Example

White with #AF91FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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