Html Css Color HEX #AD8FEB Biloba Flower

📋 copy color: '#AD8FEB'

red 173 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #AD8FEB

Tints of Biloba Flower #AD8FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 31.4%
G = 25.95%
B = 42.65%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD8FEB (or 0xAD8FEB) is known color: Biloba Flower. HEX triplet: AD, 8F and EB. RGB value is (173,143,235). Sum of RGB (Red+Green+Blue) = 173+143+235=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD8FEB is #527014. Grayscale: #A2A2A2. Windows color (decimal): -5402645 or 15437741. OLE color: 15437741.

HSL color Cylindrical-coordinate representation of color #AD8FEB: hue angle of 259.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD8FEB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 143 235 -
CMYK 0.26 0.39 0 0.08
HSL 259.57º 0.7% 0.74% -
HSV(B) 259.57º 0.39% 0.92% -
XYZ 42.05 34.53 83.05 -
YUV 162.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 173 143 235 0.26 0.39 0 0.08 259.57 0.7 0.74
Hex AD 8F EB 1A 27 0 8 104 46 4A
Octal 255 217 353 32 47 0 10 404 106 112
Binary 10101101 10001111 11101011 11010 100111 0 1000 100000100 1000110 1001010

Color Harmonies of #AD8FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8FEB

Black with #AD8FEB

Text Example


Text Example

White with #AD8FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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