Html Css Color HEX #AD8FE7 Biloba Flower

📋 copy color: '#AD8FE7'

red 173 ◦ green 143 ◦ blue 231

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

Shades of Biloba Flower #AD8FE7

Tints of Biloba Flower #AD8FE7

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.14%

 BLUE value IS 231 (90.63% from 255) = 42.23%

R = 31.63%
G = 26.14%
B = 42.23%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD8FE7 (or 0xAD8FE7) is known color: Biloba Flower. HEX triplet: AD, 8F and E7. RGB value is (173,143,231). Sum of RGB (Red+Green+Blue) = 173+143+231=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 231 (90.62% from 255 or 42.23% from 547); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD8FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FE7 is #527018. Grayscale: #A1A1A1. Windows color (decimal): -5402649 or 15175597. OLE color: 15175597.

HSL color Cylindrical-coordinate representation of color #AD8FE7: hue angle of 260.45º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD8FE7 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 143 231 -
CMYK 0.25 0.38 0 0.09
HSL 260.45º 0.65% 0.73% -
HSV(B) 260.45º 0.38% 0.91% -
XYZ 41.48 34.3 80.04 -
YUV 162 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 173 143 231 0.25 0.38 0 0.09 260.45 0.65 0.73
Hex AD 8F E7 19 26 0 9 104 41 49
Octal 255 217 347 31 46 0 11 404 101 111
Binary 10101101 10001111 11100111 11001 100110 0 1001 100000100 1000001 1001001

Color Harmonies of #AD8FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FE7

Black with #AD8FE7

Text Example


Text Example

White with #AD8FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FE7; }

 p { color: rgb(173,143,231); }

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

background-color css

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

 a { background-color: rgb(173,143,231); }

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

border-color css

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

 span { border-color: rgb(173,143,231); }

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