Html Css Color HEX #AD8FD2 Biloba Flower

📋 copy color: '#AD8FD2'

red 173 ◦ green 143 ◦ blue 210

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

Shades of Biloba Flower #AD8FD2

Tints of Biloba Flower #AD8FD2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 210 (82.42% from 255) = 39.92%

R = 32.89%
G = 27.19%
B = 39.92%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AD8FD2 (or 0xAD8FD2) is known color: Biloba Flower. HEX triplet: AD, 8F and D2. RGB value is (173,143,210). Sum of RGB (Red+Green+Blue) = 173+143+210=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #AD8FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FD2 is #52702D. Grayscale: #9F9F9F. Windows color (decimal): -5402670 or 13799341. OLE color: 13799341.

HSL color Cylindrical-coordinate representation of color #AD8FD2: hue angle of 266.87º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8FD2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 143 210 -
CMYK 0.18 0.32 0 0.18
HSL 266.87º 0.43% 0.69% -
HSV(B) 266.87º 0.32% 0.82% -
XYZ 38.69 33.18 65.34 -
YUV 159.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 173 143 210 0.18 0.32 0 0.18 266.87 0.43 0.69
Hex AD 8F D2 12 20 0 12 10B 2B 45
Octal 255 217 322 22 40 0 22 413 53 105
Binary 10101101 10001111 11010010 10010 100000 0 10010 100001011 101011 1000101

Color Harmonies of #AD8FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FD2

Black with #AD8FD2

Text Example


Text Example

White with #AD8FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FD2; }

 p { color: rgb(173,143,210); }

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

background-color css

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

 a { background-color: rgb(173,143,210); }

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

border-color css

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

 span { border-color: rgb(173,143,210); }

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