Html Css Color HEX #AD92FE Biloba Flower

📋 copy color: '#AD92FE'

red 173 ◦ green 146 ◦ blue 254

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

Shades of Biloba Flower #AD92FE

Tints of Biloba Flower #AD92FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 30.19%
G = 25.48%
B = 44.33%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD92FE (or 0xAD92FE) is known color: Biloba Flower. HEX triplet: AD, 92 and FE. RGB value is (173,146,254). Sum of RGB (Red+Green+Blue) = 173+146+254=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92FE is #526D01. Grayscale: #A5A5A5. Windows color (decimal): -5401858 or 16683693. OLE color: 16683693.

HSL color Cylindrical-coordinate representation of color #AD92FE: hue angle of 255º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD92FE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 146 254 -
CMYK 0.32 0.43 0 0.00
HSL 255º 0.98% 0.78% -
HSV(B) 255º 0.43% 1% -
XYZ 45.4 36.6 98.44 -
YUV 166.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 173 146 254 0.32 0.43 0 0.00 255 0.98 0.78
Hex AD 92 FE 20 2B 0 0 FF 62 4E
Octal 255 222 376 40 53 0 0 377 142 116
Binary 10101101 10010010 11111110 100000 101011 0 0 11111111 1100010 1001110

Color Harmonies of #AD92FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92FE

Black with #AD92FE

Text Example


Text Example

White with #AD92FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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