Html Css Color HEX #AD8AD6 Biloba Flower

📋 copy color: '#AD8AD6'

red 173 ◦ green 138 ◦ blue 214

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

Shades of Biloba Flower #AD8AD6

Tints of Biloba Flower #AD8AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.76%

R = 32.95%
G = 26.29%
B = 40.76%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD8AD6 (or 0xAD8AD6) is known color: Biloba Flower. HEX triplet: AD, 8A and D6. RGB value is (173,138,214). Sum of RGB (Red+Green+Blue) = 173+138+214=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD8AD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8AD6 is #527529. Grayscale: #9C9C9C. Windows color (decimal): -5403946 or 14060205. OLE color: 14060205.

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

Color convert

RGB 173 138 214 -
CMYK 0.19 0.36 0 0.16
HSL 267.63º 0.48% 0.69% -
HSV(B) 267.63º 0.36% 0.84% -
XYZ 38.46 31.92 67.75 -
YUV 157.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 173 138 214 0.19 0.36 0 0.16 267.63 0.48 0.69
Hex AD 8A D6 13 24 0 10 10C 30 45
Octal 255 212 326 23 44 0 20 414 60 105
Binary 10101101 10001010 11010110 10011 100100 0 10000 100001100 110000 1000101

Color Harmonies of #AD8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8AD6

Black with #AD8AD6

Text Example


Text Example

White with #AD8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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