Html Css Color HEX #AD8DD4 Biloba Flower

📋 copy color: '#AD8DD4'

red 173 ◦ green 141 ◦ blue 212

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

Shades of Biloba Flower #AD8DD4

Tints of Biloba Flower #AD8DD4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.81%

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 32.89%
G = 26.81%
B = 40.3%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD8DD4 (or 0xAD8DD4) is known color: Biloba Flower. HEX triplet: AD, 8D and D4. RGB value is (173,141,212). Sum of RGB (Red+Green+Blue) = 173+141+212=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8DD4 is #52722B. Grayscale: #9E9E9E. Windows color (decimal): -5403180 or 13929901. OLE color: 13929901.

HSL color Cylindrical-coordinate representation of color #AD8DD4: hue angle of 267.04º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AD8DD4 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 141 212 -
CMYK 0.18 0.33 0 0.17
HSL 267.04º 0.45% 0.69% -
HSV(B) 267.04º 0.33% 0.83% -
XYZ 38.64 32.69 66.56 -
YUV 158.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 173 141 212 0.18 0.33 0 0.17 267.04 0.45 0.69
Hex AD 8D D4 12 21 0 11 10B 2D 45
Octal 255 215 324 22 41 0 21 413 55 105
Binary 10101101 10001101 11010100 10010 100001 0 10001 100001011 101101 1000101

Color Harmonies of #AD8DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DD4

Black with #AD8DD4

Text Example


Text Example

White with #AD8DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DD4; }

 p { color: rgb(173,141,212); }

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

background-color css

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

 a { background-color: rgb(173,141,212); }

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

border-color css

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

 span { border-color: rgb(173,141,212); }

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