Html Css Color HEX #AD92F9 Biloba Flower

📋 copy color: '#AD92F9'

red 173 ◦ green 146 ◦ blue 249

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

Shades of Biloba Flower #AD92F9

Tints of Biloba Flower #AD92F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 30.46%
G = 25.7%
B = 43.84%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD92F9 (or 0xAD92F9) is known color: Biloba Flower. HEX triplet: AD, 92 and F9. RGB value is (173,146,249). Sum of RGB (Red+Green+Blue) = 173+146+249=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD92F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92F9 is #526D06. Grayscale: #A5A5A5. Windows color (decimal): -5401863 or 16356013. OLE color: 16356013.

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

Color convert

RGB 173 146 249 -
CMYK 0.31 0.41 0 0.02
HSL 255.73º 0.9% 0.77% -
HSV(B) 255.73º 0.41% 0.98% -
XYZ 44.61 36.28 94.27 -
YUV 165.82 174.95 133.12 -
System Red Green Blue C M Y K H S L
Decimal 173 146 249 0.31 0.41 0 0.02 255.73 0.9 0.77
Hex AD 92 F9 1F 29 0 2 100 5A 4D
Octal 255 222 371 37 51 0 2 400 132 115
Binary 10101101 10010010 11111001 11111 101001 0 10 100000000 1011010 1001101

Color Harmonies of #AD92F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92F9

Black with #AD92F9

Text Example


Text Example

White with #AD92F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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