Html Css Color HEX #AF89FB Biloba Flower

📋 copy color: '#AF89FB'

red 175 ◦ green 137 ◦ blue 251

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

Shades of Biloba Flower #AF89FB

Tints of Biloba Flower #AF89FB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.33%

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

R = 31.08%
G = 24.33%
B = 44.58%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF89FB (or 0xAF89FB) is known color: Biloba Flower. HEX triplet: AF, 89 and FB. RGB value is (175,137,251). Sum of RGB (Red+Green+Blue) = 175+137+251=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF89FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89FB is #507604. Grayscale: #A0A0A0. Windows color (decimal): -5273093 or 16484783. OLE color: 16484783.

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

Color convert

RGB 175 137 251 -
CMYK 0.30 0.45 0 0.02
HSL 260º 0.93% 0.76% -
HSV(B) 260º 0.45% 0.98% -
XYZ 44.04 33.97 95.5 -
YUV 161.36 178.59 137.73 -
System Red Green Blue C M Y K H S L
Decimal 175 137 251 0.30 0.45 0 0.02 260 0.93 0.76
Hex AF 89 FB 1E 2D 0 2 104 5D 4C
Octal 257 211 373 36 55 0 2 404 135 114
Binary 10101111 10001001 11111011 11110 101101 0 10 100000100 1011101 1001100

Color Harmonies of #AF89FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89FB

Black with #AF89FB

Text Example


Text Example

White with #AF89FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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