Html Css Color HEX #AD8CCE Biloba Flower

📋 copy color: '#AD8CCE'

red 173 ◦ green 140 ◦ blue 206

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

Shades of Biloba Flower #AD8CCE

Tints of Biloba Flower #AD8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 33.33%
G = 26.97%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD8CCE (or 0xAD8CCE) is known color: Biloba Flower. HEX triplet: AD, 8C and CE. RGB value is (173,140,206). Sum of RGB (Red+Green+Blue) = 173+140+206=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD8CCE is #527331. Grayscale: #9D9D9D. Windows color (decimal): -5403442 or 13536429. OLE color: 13536429.

HSL color Cylindrical-coordinate representation of color #AD8CCE: hue angle of 270º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD8CCE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 140 206 -
CMYK 0.16 0.32 0 0.19
HSL 270º 0.4% 0.68% -
HSV(B) 270º 0.32% 0.81% -
XYZ 37.75 32.1 62.6 -
YUV 157.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 173 140 206 0.16 0.32 0 0.19 270 0.4 0.68
Hex AD 8C CE 10 20 0 13 10E 28 44
Octal 255 214 316 20 40 0 23 416 50 104
Binary 10101101 10001100 11001110 10000 100000 0 10011 100001110 101000 1000100

Color Harmonies of #AD8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CCE

Black with #AD8CCE

Text Example


Text Example

White with #AD8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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