Html Css Color HEX #AD8ADC Biloba Flower

📋 copy color: '#AD8ADC'

red 173 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #AD8ADC

Tints of Biloba Flower #AD8ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.99%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 32.58%
G = 25.99%
B = 41.43%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD8ADC (or 0xAD8ADC) is known color: Biloba Flower. HEX triplet: AD, 8A and DC. RGB value is (173,138,220). Sum of RGB (Red+Green+Blue) = 173+138+220=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD8ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ADC is #527523. Grayscale: #9D9D9D. Windows color (decimal): -5403940 or 14453421. OLE color: 14453421.

HSL color Cylindrical-coordinate representation of color #AD8ADC: hue angle of 265.61º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD8ADC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 138 220 -
CMYK 0.21 0.37 0 0.14
HSL 265.61º 0.54% 0.7% -
HSV(B) 265.61º 0.37% 0.86% -
XYZ 39.24 32.23 71.86 -
YUV 157.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 173 138 220 0.21 0.37 0 0.14 265.61 0.54 0.7
Hex AD 8A DC 15 25 0 E 10A 36 46
Octal 255 212 334 25 45 0 16 412 66 106
Binary 10101101 10001010 11011100 10101 100101 0 1110 100001010 110110 1000110

Color Harmonies of #AD8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ADC

Black with #AD8ADC

Text Example


Text Example

White with #AD8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ADC; }

 p { color: rgb(173,138,220); }

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

background-color css

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

 a { background-color: rgb(173,138,220); }

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

border-color css

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

 span { border-color: rgb(173,138,220); }

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