Html Css Color HEX #AD8CFF Biloba Flower

📋 copy color: '#AD8CFF'

red 173 ◦ green 140 ◦ blue 255

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

Shades of Biloba Flower #AD8CFF

Tints of Biloba Flower #AD8CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 30.46%
G = 24.65%
B = 44.89%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD8CFF (or 0xAD8CFF) is known color: Biloba Flower. HEX triplet: AD, 8C and FF. RGB value is (173,140,255). Sum of RGB (Red+Green+Blue) = 173+140+255=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD8CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CFF is #527300. Grayscale: #A2A2A2. Windows color (decimal): -5403393 or 16747693. OLE color: 16747693.

HSL color Cylindrical-coordinate representation of color #AD8CFF: hue angle of 257.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD8CFF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 140 255 -
CMYK 0.32 0.45 0 0
HSL 257.22º 1% 0.77% -
HSV(B) 257.22º 0.45% 1% -
XYZ 44.66 34.86 98.98 -
YUV 162.98 179.93 135.15 -
System Red Green Blue C M Y K H S L
Decimal 173 140 255 0.32 0.45 0 0 257.22 1 0.77
Hex AD 8C FF 20 2D 0 0 101 64 4D
Octal 255 214 377 40 55 0 0 401 144 115
Binary 10101101 10001100 11111111 100000 101101 0 0 100000001 1100100 1001101

Color Harmonies of #AD8CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CFF

Black with #AD8CFF

Text Example


Text Example

White with #AD8CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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