Html Css Color HEX #AD8CF0 Biloba Flower

📋 copy color: '#AD8CF0'

red 173 ◦ green 140 ◦ blue 240

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

Shades of Biloba Flower #AD8CF0

Tints of Biloba Flower #AD8CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 31.28%
G = 25.32%
B = 43.4%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AD8CF0 (or 0xAD8CF0) is known color: Biloba Flower. HEX triplet: AD, 8C and F0. RGB value is (173,140,240). Sum of RGB (Red+Green+Blue) = 173+140+240=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD8CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8CF0 is #52730F. Grayscale: #A0A0A0. Windows color (decimal): -5403408 or 15764653. OLE color: 15764653.

HSL color Cylindrical-coordinate representation of color #AD8CF0: hue angle of 259.8º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8CF0 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 140 240 -
CMYK 0.28 0.42 0 0.06
HSL 259.8º 0.77% 0.75% -
HSV(B) 259.8º 0.42% 0.94% -
XYZ 42.34 33.93 86.76 -
YUV 161.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 173 140 240 0.28 0.42 0 0.06 259.8 0.77 0.75
Hex AD 8C F0 1C 2A 0 6 104 4D 4B
Octal 255 214 360 34 52 0 6 404 115 113
Binary 10101101 10001100 11110000 11100 101010 0 110 100000100 1001101 1001011

Color Harmonies of #AD8CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8CF0

Black with #AD8CF0

Text Example


Text Example

White with #AD8CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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