Html Css Color HEX #AD8FFB Biloba Flower

📋 copy color: '#AD8FFB'

red 173 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #AD8FFB

Tints of Biloba Flower #AD8FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 30.51%
G = 25.22%
B = 44.27%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD8FFB (or 0xAD8FFB) is known color: Biloba Flower. HEX triplet: AD, 8F and FB. RGB value is (173,143,251). Sum of RGB (Red+Green+Blue) = 173+143+251=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD8FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FFB is #527004. Grayscale: #A3A3A3. Windows color (decimal): -5402629 or 16486317. OLE color: 16486317.

HSL color Cylindrical-coordinate representation of color #AD8FFB: hue angle of 256.67º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8FFB is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 143 251 -
CMYK 0.31 0.43 0 0.02
HSL 256.67º 0.93% 0.77% -
HSV(B) 256.67º 0.43% 0.98% -
XYZ 44.47 35.49 95.77 -
YUV 164.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 173 143 251 0.31 0.43 0 0.02 256.67 0.93 0.77
Hex AD 8F FB 1F 2B 0 2 101 5D 4D
Octal 255 217 373 37 53 0 2 401 135 115
Binary 10101101 10001111 11111011 11111 101011 0 10 100000001 1011101 1001101

Color Harmonies of #AD8FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FFB

Black with #AD8FFB

Text Example


Text Example

White with #AD8FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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