Html Css Color HEX #AD8CEB Biloba Flower

📋 copy color: '#AD8CEB'

red 173 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #AD8CEB

Tints of Biloba Flower #AD8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 31.57%
G = 25.55%
B = 42.88%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD8CEB (or 0xAD8CEB) is known color: Biloba Flower. HEX triplet: AD, 8C and EB. RGB value is (173,140,235). Sum of RGB (Red+Green+Blue) = 173+140+235=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEB is #527314. Grayscale: #A0A0A0. Windows color (decimal): -5403413 or 15436973. OLE color: 15436973.

HSL color Cylindrical-coordinate representation of color #AD8CEB: hue angle of 260.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8CEB is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 140 235 -
CMYK 0.26 0.40 0 0.08
HSL 260.84º 0.7% 0.74% -
HSV(B) 260.84º 0.4% 0.92% -
XYZ 41.61 33.64 82.9 -
YUV 160.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 173 140 235 0.26 0.40 0 0.08 260.84 0.7 0.74
Hex AD 8C EB 1A 28 0 8 105 46 4A
Octal 255 214 353 32 50 0 10 405 106 112
Binary 10101101 10001100 11101011 11010 101000 0 1000 100000101 1000110 1001010

Color Harmonies of #AD8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CEB

Black with #AD8CEB

Text Example


Text Example

White with #AD8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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