Html Css Color HEX #AF89F0 Biloba Flower

📋 copy color: '#AF89F0'

red 175 ◦ green 137 ◦ blue 240

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

Shades of Biloba Flower #AF89F0

Tints of Biloba Flower #AF89F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 31.7%
G = 24.82%
B = 43.48%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF89F0 (or 0xAF89F0) is known color: Biloba Flower. HEX triplet: AF, 89 and F0. RGB value is (175,137,240). Sum of RGB (Red+Green+Blue) = 175+137+240=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 137 (53.91% from 255 or 24.82% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF89F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89F0 is #50760F. Grayscale: #9F9F9F. Windows color (decimal): -5273104 or 15763887. OLE color: 15763887.

HSL color Cylindrical-coordinate representation of color #AF89F0: hue angle of 262.14º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF89F0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 137 240 -
CMYK 0.27 0.43 0 0.06
HSL 262.14º 0.77% 0.74% -
HSV(B) 262.14º 0.43% 0.94% -
XYZ 42.35 33.3 86.63 -
YUV 160.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 175 137 240 0.27 0.43 0 0.06 262.14 0.77 0.74
Hex AF 89 F0 1B 2B 0 6 106 4D 4A
Octal 257 211 360 33 53 0 6 406 115 112
Binary 10101111 10001001 11110000 11011 101011 0 110 100000110 1001101 1001010

Color Harmonies of #AF89F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89F0

Black with #AF89F0

Text Example


Text Example

White with #AF89F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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