Html Css Color HEX #AD8FE0 Biloba Flower

📋 copy color: '#AD8FE0'

red 173 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #AD8FE0

Tints of Biloba Flower #AD8FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 32.04%
G = 26.48%
B = 41.48%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD8FE0 (or 0xAD8FE0) is known color: Biloba Flower. HEX triplet: AD, 8F and E0. RGB value is (173,143,224). Sum of RGB (Red+Green+Blue) = 173+143+224=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD8FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8FE0 is #52701F. Grayscale: #A0A0A0. Windows color (decimal): -5402656 or 14716845. OLE color: 14716845.

HSL color Cylindrical-coordinate representation of color #AD8FE0: hue angle of 262.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AD8FE0 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 143 224 -
CMYK 0.23 0.36 0 0.12
HSL 262.22º 0.57% 0.72% -
HSV(B) 262.22º 0.36% 0.88% -
XYZ 40.51 33.91 74.93 -
YUV 161.2 163.44 136.41 -
System Red Green Blue C M Y K H S L
Decimal 173 143 224 0.23 0.36 0 0.12 262.22 0.57 0.72
Hex AD 8F E0 17 24 0 C 106 39 48
Octal 255 217 340 27 44 0 14 406 71 110
Binary 10101101 10001111 11100000 10111 100100 0 1100 100000110 111001 1001000

Color Harmonies of #AD8FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FE0

Black with #AD8FE0

Text Example


Text Example

White with #AD8FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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