Html Css Color HEX #AD92F5 Biloba Flower

📋 copy color: '#AD92F5'

red 173 ◦ green 146 ◦ blue 245

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

Shades of Biloba Flower #AD92F5

Tints of Biloba Flower #AD92F5

RGB

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

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

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

R = 30.67%
G = 25.89%
B = 43.44%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD92F5 (or 0xAD92F5) is known color: Biloba Flower. HEX triplet: AD, 92 and F5. RGB value is (173,146,245). Sum of RGB (Red+Green+Blue) = 173+146+245=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD92F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92F5 is #526D0A. Grayscale: #A4A4A4. Windows color (decimal): -5401867 or 16093869. OLE color: 16093869.

HSL color Cylindrical-coordinate representation of color #AD92F5: hue angle of 256.36º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD92F5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 146 245 -
CMYK 0.29 0.40 0 0.04
HSL 256.36º 0.83% 0.77% -
HSV(B) 256.36º 0.4% 0.96% -
XYZ 43.99 36.03 91.02 -
YUV 165.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 173 146 245 0.29 0.40 0 0.04 256.36 0.83 0.77
Hex AD 92 F5 1D 28 0 4 100 53 4D
Octal 255 222 365 35 50 0 4 400 123 115
Binary 10101101 10010010 11110101 11101 101000 0 100 100000000 1010011 1001101

Color Harmonies of #AD92F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92F5

Black with #AD92F5

Text Example


Text Example

White with #AD92F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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