Html Css Color HEX #AD88DD Biloba Flower

📋 copy color: '#AD88DD'

red 173 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #AD88DD

Tints of Biloba Flower #AD88DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 32.64%
G = 25.66%
B = 41.7%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD88DD (or 0xAD88DD) is known color: Biloba Flower. HEX triplet: AD, 88 and DD. RGB value is (173,136,221). Sum of RGB (Red+Green+Blue) = 173+136+221=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 136 (53.52% from 255 or 25.66% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD88DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88DD is #527722. Grayscale: #9C9C9C. Windows color (decimal): -5404451 or 14518445. OLE color: 14518445.

HSL color Cylindrical-coordinate representation of color #AD88DD: hue angle of 266.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD88DD is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 136 221 -
CMYK 0.22 0.38 0 0.13
HSL 266.12º 0.56% 0.7% -
HSV(B) 266.12º 0.38% 0.87% -
XYZ 39.09 31.71 72.47 -
YUV 156.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 173 136 221 0.22 0.38 0 0.13 266.12 0.56 0.7
Hex AD 88 DD 16 26 0 D 10A 38 46
Octal 255 210 335 26 46 0 15 412 70 106
Binary 10101101 10001000 11011101 10110 100110 0 1101 100001010 111000 1000110

Color Harmonies of #AD88DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88DD

Black with #AD88DD

Text Example


Text Example

White with #AD88DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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