Html Css Color HEX #AD8CEA Biloba Flower

📋 copy color: '#AD8CEA'

red 173 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #AD8CEA

Tints of Biloba Flower #AD8CEA

RGB

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

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

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

R = 31.63%
G = 25.59%
B = 42.78%

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

#AD8CEA (or 0xAD8CEA) is known color: Biloba Flower. HEX triplet: AD, 8C and EA. RGB value is (173,140,234). Sum of RGB (Red+Green+Blue) = 173+140+234=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD8CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CEA is #527315. Grayscale: #A0A0A0. Windows color (decimal): -5403414 or 15371437. OLE color: 15371437.

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

Color convert

RGB 173 140 234 -
CMYK 0.26 0.40 0 0.08
HSL 261.06º 0.69% 0.73% -
HSV(B) 261.06º 0.4% 0.92% -
XYZ 41.46 33.58 82.14 -
YUV 160.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 173 140 234 0.26 0.40 0 0.08 261.06 0.69 0.73
Hex AD 8C EA 1A 28 0 8 105 45 49
Octal 255 214 352 32 50 0 10 405 105 111
Binary 10101101 10001100 11101010 11010 101000 0 1000 100000101 1000101 1001001

Color Harmonies of #AD8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CEA

Black with #AD8CEA

Text Example


Text Example

White with #AD8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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