Html Css Color HEX #AD8AD5 Biloba Flower

📋 copy color: '#AD8AD5'

red 173 ◦ green 138 ◦ blue 213

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

Shades of Biloba Flower #AD8AD5

Tints of Biloba Flower #AD8AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.65%

R = 33.02%
G = 26.34%
B = 40.65%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD8AD5 (or 0xAD8AD5) is known color: Biloba Flower. HEX triplet: AD, 8A and D5. RGB value is (173,138,213). Sum of RGB (Red+Green+Blue) = 173+138+213=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD8AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD5 is #52752A. Grayscale: #9C9C9C. Windows color (decimal): -5403947 or 13994669. OLE color: 13994669.

HSL color Cylindrical-coordinate representation of color #AD8AD5: hue angle of 268º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD8AD5 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 138 213 -
CMYK 0.19 0.35 0 0.16
HSL 268º 0.47% 0.69% -
HSV(B) 268º 0.35% 0.84% -
XYZ 38.33 31.87 67.08 -
YUV 157.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 173 138 213 0.19 0.35 0 0.16 268 0.47 0.69
Hex AD 8A D5 13 23 0 10 10C 2F 45
Octal 255 212 325 23 43 0 20 414 57 105
Binary 10101101 10001010 11010101 10011 100011 0 10000 100001100 101111 1000101

Color Harmonies of #AD8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AD5

Black with #AD8AD5

Text Example


Text Example

White with #AD8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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