Html Css Color HEX #AD8BEC Biloba Flower

📋 copy color: '#AD8BEC'

red 173 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #AD8BEC

Tints of Biloba Flower #AD8BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 31.57%
G = 25.36%
B = 43.07%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD8BEC (or 0xAD8BEC) is known color: Biloba Flower. HEX triplet: AD, 8B and EC. RGB value is (173,139,236). Sum of RGB (Red+Green+Blue) = 173+139+236=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD8BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8BEC is #527413. Grayscale: #9F9F9F. Windows color (decimal): -5403668 or 15502253. OLE color: 15502253.

HSL color Cylindrical-coordinate representation of color #AD8BEC: hue angle of 261.03º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD8BEC is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 139 236 -
CMYK 0.27 0.41 0 0.07
HSL 261.03º 0.72% 0.74% -
HSV(B) 261.03º 0.41% 0.93% -
XYZ 41.61 33.41 83.61 -
YUV 160.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 173 139 236 0.27 0.41 0 0.07 261.03 0.72 0.74
Hex AD 8B EC 1B 29 0 7 105 48 4A
Octal 255 213 354 33 51 0 7 405 110 112
Binary 10101101 10001011 11101100 11011 101001 0 111 100000101 1001000 1001010

Color Harmonies of #AD8BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8BEC

Black with #AD8BEC

Text Example


Text Example

White with #AD8BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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