Html Css Color HEX #AD8ADA Biloba Flower

📋 copy color: '#AD8ADA'

red 173 ◦ green 138 ◦ blue 218

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

Shades of Biloba Flower #AD8ADA

Tints of Biloba Flower #AD8ADA

RGB

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

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

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

R = 32.7%
G = 26.09%
B = 41.21%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD8ADA (or 0xAD8ADA) is known color: Biloba Flower. HEX triplet: AD, 8A and DA. RGB value is (173,138,218). Sum of RGB (Red+Green+Blue) = 173+138+218=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD8ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8ADA is #527525. Grayscale: #9D9D9D. Windows color (decimal): -5403942 or 14322349. OLE color: 14322349.

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

Color convert

RGB 173 138 218 -
CMYK 0.21 0.37 0 0.15
HSL 266.25º 0.52% 0.7% -
HSV(B) 266.25º 0.37% 0.85% -
XYZ 38.98 32.12 70.48 -
YUV 157.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 173 138 218 0.21 0.37 0 0.15 266.25 0.52 0.7
Hex AD 8A DA 15 25 0 F 10A 34 46
Octal 255 212 332 25 45 0 17 412 64 106
Binary 10101101 10001010 11011010 10101 100101 0 1111 100001010 110100 1000110

Color Harmonies of #AD8ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8ADA

Black with #AD8ADA

Text Example


Text Example

White with #AD8ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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