Html Css Color HEX #AD88DA Biloba Flower

📋 copy color: '#AD88DA'

red 173 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #AD88DA

Tints of Biloba Flower #AD88DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.81%

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

R = 32.83%
G = 25.81%
B = 41.37%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD88DA (or 0xAD88DA) is known color: Biloba Flower. HEX triplet: AD, 88 and DA. RGB value is (173,136,218). Sum of RGB (Red+Green+Blue) = 173+136+218=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD88DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88DA is #527725. Grayscale: #9C9C9C. Windows color (decimal): -5404454 or 14321837. OLE color: 14321837.

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

Color convert

RGB 173 136 218 -
CMYK 0.21 0.38 0 0.15
HSL 267.07º 0.53% 0.69% -
HSV(B) 267.07º 0.38% 0.85% -
XYZ 38.69 31.55 70.38 -
YUV 156.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 173 136 218 0.21 0.38 0 0.15 267.07 0.53 0.69
Hex AD 88 DA 15 26 0 F 10B 35 45
Octal 255 210 332 25 46 0 17 413 65 105
Binary 10101101 10001000 11011010 10101 100110 0 1111 100001011 110101 1000101

Color Harmonies of #AD88DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88DA

Black with #AD88DA

Text Example


Text Example

White with #AD88DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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