Html Css Color HEX #AD89F1 Biloba Flower

📋 copy color: '#AD89F1'

red 173 ◦ green 137 ◦ blue 241

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

Shades of Biloba Flower #AD89F1

Tints of Biloba Flower #AD89F1

RGB

 RED value IS 173 (67.97% from 255) = 31.4%

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

 BLUE value IS 241 (94.53% from 255) = 43.74%

R = 31.4%
G = 24.86%
B = 43.74%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD89F1 (or 0xAD89F1) is known color: Biloba Flower. HEX triplet: AD, 89 and F1. RGB value is (173,137,241). Sum of RGB (Red+Green+Blue) = 173+137+241=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD89F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD89F1 is #52760E. Grayscale: #9F9F9F. Windows color (decimal): -5404175 or 15829421. OLE color: 15829421.

HSL color Cylindrical-coordinate representation of color #AD89F1: hue angle of 260.77º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD89F1 is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 137 241 -
CMYK 0.28 0.43 0 0.05
HSL 260.77º 0.79% 0.74% -
HSV(B) 260.77º 0.43% 0.95% -
XYZ 42.06 33.13 87.4 -
YUV 159.62 173.93 137.54 -
System Red Green Blue C M Y K H S L
Decimal 173 137 241 0.28 0.43 0 0.05 260.77 0.79 0.74
Hex AD 89 F1 1C 2B 0 5 105 4F 4A
Octal 255 211 361 34 53 0 5 405 117 112
Binary 10101101 10001001 11110001 11100 101011 0 101 100000101 1001111 1001010

Color Harmonies of #AD89F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89F1

Black with #AD89F1

Text Example


Text Example

White with #AD89F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89F1; }

 p { color: rgb(173,137,241); }

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

background-color css

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

 a { background-color: rgb(173,137,241); }

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

border-color css

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

 span { border-color: rgb(173,137,241); }

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