Html Css Color HEX #AD86DA Biloba Flower

📋 copy color: '#AD86DA'

red 173 ◦ green 134 ◦ blue 218

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

Shades of Biloba Flower #AD86DA

Tints of Biloba Flower #AD86DA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.52%

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

R = 32.95%
G = 25.52%
B = 41.52%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD86DA (or 0xAD86DA) is known color: Biloba Flower. HEX triplet: AD, 86 and DA. RGB value is (173,134,218). Sum of RGB (Red+Green+Blue) = 173+134+218=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD86DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD86DA is #527925. Grayscale: #9A9A9A. Windows color (decimal): -5404966 or 14321325. OLE color: 14321325.

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

Color convert

RGB 173 134 218 -
CMYK 0.21 0.39 0 0.15
HSL 267.86º 0.53% 0.69% -
HSV(B) 267.86º 0.39% 0.85% -
XYZ 38.41 31 70.29 -
YUV 155.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 173 134 218 0.21 0.39 0 0.15 267.86 0.53 0.69
Hex AD 86 DA 15 27 0 F 10C 35 45
Octal 255 206 332 25 47 0 17 414 65 105
Binary 10101101 10000110 11011010 10101 100111 0 1111 100001100 110101 1000101

Color Harmonies of #AD86DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD86DA

Black with #AD86DA

Text Example


Text Example

White with #AD86DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD86DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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