Html Css Color HEX #AD8CDA Biloba Flower

📋 copy color: '#AD8CDA'

red 173 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #AD8CDA

Tints of Biloba Flower #AD8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.37%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 32.58%
G = 26.37%
B = 41.05%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD8CDA (or 0xAD8CDA) is known color: Biloba Flower. HEX triplet: AD, 8C and DA. RGB value is (173,140,218). Sum of RGB (Red+Green+Blue) = 173+140+218=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CDA is #527325. Grayscale: #9E9E9E. Windows color (decimal): -5403430 or 14322861. OLE color: 14322861.

HSL color Cylindrical-coordinate representation of color #AD8CDA: hue angle of 265.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8CDA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 140 218 -
CMYK 0.21 0.36 0 0.15
HSL 265.38º 0.51% 0.7% -
HSV(B) 265.38º 0.36% 0.85% -
XYZ 39.27 32.7 70.57 -
YUV 158.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 173 140 218 0.21 0.36 0 0.15 265.38 0.51 0.7
Hex AD 8C DA 15 24 0 F 109 33 46
Octal 255 214 332 25 44 0 17 411 63 106
Binary 10101101 10001100 11011010 10101 100100 0 1111 100001001 110011 1000110

Color Harmonies of #AD8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CDA

Black with #AD8CDA

Text Example


Text Example

White with #AD8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CDA; }

 p { color: rgb(173,140,218); }

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

background-color css

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

 a { background-color: rgb(173,140,218); }

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

border-color css

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

 span { border-color: rgb(173,140,218); }

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