Html Css Color HEX #AF89FE Biloba Flower

📋 copy color: '#AF89FE'

red 175 ◦ green 137 ◦ blue 254

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

Shades of Biloba Flower #AF89FE

Tints of Biloba Flower #AF89FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 30.92%
G = 24.2%
B = 44.88%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF89FE (or 0xAF89FE) is known color: Biloba Flower. HEX triplet: AF, 89 and FE. RGB value is (175,137,254). Sum of RGB (Red+Green+Blue) = 175+137+254=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF89FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF89FE is #507601. Grayscale: #A1A1A1. Windows color (decimal): -5273090 or 16681391. OLE color: 16681391.

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

Color convert

RGB 175 137 254 -
CMYK 0.31 0.46 0 0.00
HSL 259.49º 0.98% 0.77% -
HSV(B) 259.49º 0.46% 1% -
XYZ 44.51 34.16 98.01 -
YUV 161.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 175 137 254 0.31 0.46 0 0.00 259.49 0.98 0.77
Hex AF 89 FE 1F 2E 0 0 103 62 4D
Octal 257 211 376 37 56 0 0 403 142 115
Binary 10101111 10001001 11111110 11111 101110 0 0 100000011 1100010 1001101

Color Harmonies of #AF89FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF89FE

Black with #AF89FE

Text Example


Text Example

White with #AF89FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF89FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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