Html Css Color HEX #AD8DFE Biloba Flower

📋 copy color: '#AD8DFE'

red 173 ◦ green 141 ◦ blue 254

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

Shades of Biloba Flower #AD8DFE

Tints of Biloba Flower #AD8DFE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.82%

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 30.46%
G = 24.82%
B = 44.72%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD8DFE (or 0xAD8DFE) is known color: Biloba Flower. HEX triplet: AD, 8D and FE. RGB value is (173,141,254). Sum of RGB (Red+Green+Blue) = 173+141+254=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD8DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8DFE is #527201. Grayscale: #A3A3A3. Windows color (decimal): -5403138 or 16682413. OLE color: 16682413.

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

Color convert

RGB 173 141 254 -
CMYK 0.32 0.44 0 0.00
HSL 256.99º 0.98% 0.77% -
HSV(B) 256.99º 0.44% 1% -
XYZ 44.65 35.09 98.19 -
YUV 163.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 173 141 254 0.32 0.44 0 0.00 256.99 0.98 0.77
Hex AD 8D FE 20 2C 0 0 101 62 4D
Octal 255 215 376 40 54 0 0 401 142 115
Binary 10101101 10001101 11111110 100000 101100 0 0 100000001 1100010 1001101

Color Harmonies of #AD8DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8DFE

Black with #AD8DFE

Text Example


Text Example

White with #AD8DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8DFE; }

 p { color: rgb(173,141,254); }

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

background-color css

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

 a { background-color: rgb(173,141,254); }

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

border-color css

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

 span { border-color: rgb(173,141,254); }

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