Html Css Color HEX #AD89CF Biloba Flower

📋 copy color: '#AD89CF'

red 173 ◦ green 137 ◦ blue 207

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

Shades of Biloba Flower #AD89CF

Tints of Biloba Flower #AD89CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.04%

R = 33.46%
G = 26.5%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD89CF (or 0xAD89CF) is known color: Biloba Flower. HEX triplet: AD, 89 and CF. RGB value is (173,137,207). Sum of RGB (Red+Green+Blue) = 173+137+207=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD89CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD89CF is #527630. Grayscale: #9B9B9B. Windows color (decimal): -5404209 or 13601197. OLE color: 13601197.

HSL color Cylindrical-coordinate representation of color #AD89CF: hue angle of 270.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD89CF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 137 207 -
CMYK 0.16 0.34 0 0.19
HSL 270.86º 0.42% 0.67% -
HSV(B) 270.86º 0.34% 0.81% -
XYZ 37.44 31.28 63.1 -
YUV 155.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 173 137 207 0.16 0.34 0 0.19 270.86 0.42 0.67
Hex AD 89 CF 10 22 0 13 10F 2A 43
Octal 255 211 317 20 42 0 23 417 52 103
Binary 10101101 10001001 11001111 10000 100010 0 10011 100001111 101010 1000011

Color Harmonies of #AD89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD89CF

Black with #AD89CF

Text Example


Text Example

White with #AD89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD89CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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