Html Css Color HEX #AD8DE8 Biloba Flower

📋 copy color: '#AD8DE8'

red 173 ◦ green 141 ◦ blue 232

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

Shades of Biloba Flower #AD8DE8

Tints of Biloba Flower #AD8DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.49%

R = 31.68%
G = 25.82%
B = 42.49%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD8DE8 (or 0xAD8DE8) is known color: Biloba Flower. HEX triplet: AD, 8D and E8. RGB value is (173,141,232). Sum of RGB (Red+Green+Blue) = 173+141+232=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 232 (91.02% from 255 or 42.49% from 546); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD8DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DE8 is #527217. Grayscale: #A0A0A0. Windows color (decimal): -5403160 or 15240621. OLE color: 15240621.

HSL color Cylindrical-coordinate representation of color #AD8DE8: hue angle of 261.1º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8DE8 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 141 232 -
CMYK 0.25 0.39 0 0.09
HSL 261.1º 0.66% 0.73% -
HSV(B) 261.1º 0.39% 0.91% -
XYZ 41.32 33.76 80.68 -
YUV 160.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 173 141 232 0.25 0.39 0 0.09 261.1 0.66 0.73
Hex AD 8D E8 19 27 0 9 105 42 49
Octal 255 215 350 31 47 0 11 405 102 111
Binary 10101101 10001101 11101000 11001 100111 0 1001 100000101 1000010 1001001

Color Harmonies of #AD8DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DE8

Black with #AD8DE8

Text Example


Text Example

White with #AD8DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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