Html Css Color HEX #AD8BEA Biloba Flower

📋 copy color: '#AD8BEA'

red 173 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #AD8BEA

Tints of Biloba Flower #AD8BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.46%

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 31.68%
G = 25.46%
B = 42.86%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD8BEA (or 0xAD8BEA) is known color: Biloba Flower. HEX triplet: AD, 8B and EA. RGB value is (173,139,234). Sum of RGB (Red+Green+Blue) = 173+139+234=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BEA is #527415. Grayscale: #9F9F9F. Windows color (decimal): -5403670 or 15371181. OLE color: 15371181.

HSL color Cylindrical-coordinate representation of color #AD8BEA: hue angle of 261.47º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8BEA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 139 234 -
CMYK 0.26 0.41 0 0.08
HSL 261.47º 0.69% 0.73% -
HSV(B) 261.47º 0.41% 0.92% -
XYZ 41.32 33.29 82.09 -
YUV 160 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 173 139 234 0.26 0.41 0 0.08 261.47 0.69 0.73
Hex AD 8B EA 1A 29 0 8 105 45 49
Octal 255 213 352 32 51 0 10 405 105 111
Binary 10101101 10001011 11101010 11010 101001 0 1000 100000101 1000101 1001001

Color Harmonies of #AD8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BEA

Black with #AD8BEA

Text Example


Text Example

White with #AD8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BEA; }

 p { color: rgb(173,139,234); }

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

background-color css

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

 a { background-color: rgb(173,139,234); }

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

border-color css

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

 span { border-color: rgb(173,139,234); }

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