Html Css Color HEX #AF91FF Biloba Flower

📋 copy color: '#AF91FF'

red 175 ◦ green 145 ◦ blue 255

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

Shades of Biloba Flower #AF91FF

Tints of Biloba Flower #AF91FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 30.43%
G = 25.22%
B = 44.35%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF91FF (or 0xAF91FF) is known color: Biloba Flower. HEX triplet: AF, 91 and FF. RGB value is (175,145,255). Sum of RGB (Red+Green+Blue) = 175+145+255=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91FF is #506E00. Grayscale: #A6A6A6. Windows color (decimal): -5271041 or 16748975. OLE color: 16748975.

HSL color Cylindrical-coordinate representation of color #AF91FF: hue angle of 256.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF91FF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 145 255 -
CMYK 0.31 0.43 0 0
HSL 256.36º 1% 0.78% -
HSV(B) 256.36º 0.43% 1% -
XYZ 45.85 36.58 99.25 -
YUV 166.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 175 145 255 0.31 0.43 0 0 256.36 1 0.78
Hex AF 91 FF 1F 2B 0 0 100 64 4E
Octal 257 221 377 37 53 0 0 400 144 116
Binary 10101111 10010001 11111111 11111 101011 0 0 100000000 1100100 1001110

Color Harmonies of #AF91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF91FF

Black with #AF91FF

Text Example


Text Example

White with #AF91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF91FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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