Html Css Color HEX #AD8FDF Biloba Flower

📋 copy color: '#AD8FDF'

red 173 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #AD8FDF

Tints of Biloba Flower #AD8FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 32.1%
G = 26.53%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD8FDF (or 0xAD8FDF) is known color: Biloba Flower. HEX triplet: AD, 8F and DF. RGB value is (173,143,223). Sum of RGB (Red+Green+Blue) = 173+143+223=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FDF is #527020. Grayscale: #A0A0A0. Windows color (decimal): -5402657 or 14651309. OLE color: 14651309.

HSL color Cylindrical-coordinate representation of color #AD8FDF: hue angle of 262.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8FDF is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 143 223 -
CMYK 0.22 0.36 0 0.13
HSL 262.5º 0.56% 0.72% -
HSV(B) 262.5º 0.36% 0.87% -
XYZ 40.38 33.86 74.22 -
YUV 161.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 173 143 223 0.22 0.36 0 0.13 262.5 0.56 0.72
Hex AD 8F DF 16 24 0 D 106 38 48
Octal 255 217 337 26 44 0 15 406 70 110
Binary 10101101 10001111 11011111 10110 100100 0 1101 100000110 111000 1001000

Color Harmonies of #AD8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FDF

Black with #AD8FDF

Text Example


Text Example

White with #AD8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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