Html Css Color HEX #AD8CEC Biloba Flower

📋 copy color: '#AD8CEC'

red 173 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #AD8CEC

Tints of Biloba Flower #AD8CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

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

R = 31.51%
G = 25.5%
B = 42.99%

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

#AD8CEC (or 0xAD8CEC) is known color: Biloba Flower. HEX triplet: AD, 8C and EC. RGB value is (173,140,236). Sum of RGB (Red+Green+Blue) = 173+140+236=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEC is #527313. Grayscale: #A0A0A0. Windows color (decimal): -5403412 or 15502509. OLE color: 15502509.

HSL color Cylindrical-coordinate representation of color #AD8CEC: hue angle of 260.62º 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 #AD8CEC is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 140 236 -
CMYK 0.27 0.41 0 0.07
HSL 260.63º 0.72% 0.74% -
HSV(B) 260.63º 0.41% 0.93% -
XYZ 41.75 33.7 83.66 -
YUV 160.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 173 140 236 0.27 0.41 0 0.07 260.63 0.72 0.74
Hex AD 8C EC 1B 29 0 7 105 48 4A
Octal 255 214 354 33 51 0 7 405 110 112
Binary 10101101 10001100 11101100 11011 101001 0 111 100000101 1001000 1001010

Color Harmonies of #AD8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CEC

Black with #AD8CEC

Text Example


Text Example

White with #AD8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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