Html Css Color HEX #AD88D5 Biloba Flower

📋 copy color: '#AD88D5'

red 173 ◦ green 136 ◦ blue 213

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

Shades of Biloba Flower #AD88D5

Tints of Biloba Flower #AD88D5

RGB

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

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

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

R = 33.14%
G = 26.05%
B = 40.8%

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

#AD88D5 (or 0xAD88D5) is known color: Biloba Flower. HEX triplet: AD, 88 and D5. RGB value is (173,136,213). Sum of RGB (Red+Green+Blue) = 173+136+213=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD88D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD88D5 is #52772A. Grayscale: #9B9B9B. Windows color (decimal): -5404459 or 13994157. OLE color: 13994157.

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

Color convert

RGB 173 136 213 -
CMYK 0.19 0.36 0 0.16
HSL 268.83º 0.48% 0.68% -
HSV(B) 268.83º 0.36% 0.84% -
XYZ 38.05 31.3 66.99 -
YUV 155.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 173 136 213 0.19 0.36 0 0.16 268.83 0.48 0.68
Hex AD 88 D5 13 24 0 10 10D 30 44
Octal 255 210 325 23 44 0 20 415 60 104
Binary 10101101 10001000 11010101 10011 100100 0 10000 100001101 110000 1000100

Color Harmonies of #AD88D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD88D5

Black with #AD88D5

Text Example


Text Example

White with #AD88D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD88D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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