Html Css Color HEX #AD8FF5 Biloba Flower

📋 copy color: '#AD8FF5'

red 173 ◦ green 143 ◦ blue 245

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

Shades of Biloba Flower #AD8FF5

Tints of Biloba Flower #AD8FF5

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.49%

 BLUE value IS 245 (96.09% from 255) = 43.67%

R = 30.84%
G = 25.49%
B = 43.67%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD8FF5 (or 0xAD8FF5) is known color: Biloba Flower. HEX triplet: AD, 8F and F5. RGB value is (173,143,245). Sum of RGB (Red+Green+Blue) = 173+143+245=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD8FF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FF5 is #52700A. Grayscale: #A3A3A3. Windows color (decimal): -5402635 or 16093101. OLE color: 16093101.

HSL color Cylindrical-coordinate representation of color #AD8FF5: hue angle of 257.65º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD8FF5 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 143 245 -
CMYK 0.29 0.42 0 0.04
HSL 257.65º 0.84% 0.76% -
HSV(B) 257.65º 0.42% 0.96% -
XYZ 43.54 35.12 90.87 -
YUV 163.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 173 143 245 0.29 0.42 0 0.04 257.65 0.84 0.76
Hex AD 8F F5 1D 2A 0 4 102 54 4C
Octal 255 217 365 35 52 0 4 402 124 114
Binary 10101101 10001111 11110101 11101 101010 0 100 100000010 1010100 1001100

Color Harmonies of #AD8FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FF5

Black with #AD8FF5

Text Example


Text Example

White with #AD8FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FF5; }

 p { color: rgb(173,143,245); }

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

background-color css

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

 a { background-color: rgb(173,143,245); }

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

border-color css

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

 span { border-color: rgb(173,143,245); }

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