Html Css Color HEX #AD92FB Biloba Flower

📋 copy color: '#AD92FB'

red 173 ◦ green 146 ◦ blue 251

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

Shades of Biloba Flower #AD92FB

Tints of Biloba Flower #AD92FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.61%

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

R = 30.35%
G = 25.61%
B = 44.04%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD92FB (or 0xAD92FB) is known color: Biloba Flower. HEX triplet: AD, 92 and FB. RGB value is (173,146,251). Sum of RGB (Red+Green+Blue) = 173+146+251=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD92FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92FB is #526D04. Grayscale: #A5A5A5. Windows color (decimal): -5401861 or 16487085. OLE color: 16487085.

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

Color convert

RGB 173 146 251 -
CMYK 0.31 0.42 0 0.02
HSL 255.43º 0.93% 0.78% -
HSV(B) 255.43º 0.42% 0.98% -
XYZ 44.93 36.41 95.93 -
YUV 166.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 173 146 251 0.31 0.42 0 0.02 255.43 0.93 0.78
Hex AD 92 FB 1F 2A 0 2 FF 5D 4E
Octal 255 222 373 37 52 0 2 377 135 116
Binary 10101101 10010010 11111011 11111 101010 0 10 11111111 1011101 1001110

Color Harmonies of #AD92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92FB

Black with #AD92FB

Text Example


Text Example

White with #AD92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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