Html Css Color HEX #AF89FF Biloba Flower

📋 copy color: '#AF89FF'

red 175 ◦ green 137 ◦ blue 255

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

Shades of Biloba Flower #AF89FF

Tints of Biloba Flower #AF89FF

RGB

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

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

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

R = 30.86%
G = 24.16%
B = 44.97%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF89FF (or 0xAF89FF) is known color: Biloba Flower. HEX triplet: AF, 89 and FF. RGB value is (175,137,255). Sum of RGB (Red+Green+Blue) = 175+137+255=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF89FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89FF is #507600. Grayscale: #A1A1A1. Windows color (decimal): -5273089 or 16746927. OLE color: 16746927.

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

Color convert

RGB 175 137 255 -
CMYK 0.31 0.46 0 0
HSL 259.32º 1% 0.77% -
HSV(B) 259.32º 0.46% 1% -
XYZ 44.67 34.23 98.86 -
YUV 161.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 175 137 255 0.31 0.46 0 0 259.32 1 0.77
Hex AF 89 FF 1F 2E 0 0 103 64 4D
Octal 257 211 377 37 56 0 0 403 144 115
Binary 10101111 10001001 11111111 11111 101110 0 0 100000011 1100100 1001101

Color Harmonies of #AF89FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89FF

Black with #AF89FF

Text Example


Text Example

White with #AF89FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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