Html Css Color HEX #AD92FD Biloba Flower

📋 copy color: '#AD92FD'

red 173 ◦ green 146 ◦ blue 253

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

Shades of Biloba Flower #AD92FD

Tints of Biloba Flower #AD92FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 30.24%
G = 25.52%
B = 44.23%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD92FD (or 0xAD92FD) is known color: Biloba Flower. HEX triplet: AD, 92 and FD. RGB value is (173,146,253). Sum of RGB (Red+Green+Blue) = 173+146+253=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD92FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92FD is #526D02. Grayscale: #A5A5A5. Windows color (decimal): -5401859 or 16618157. OLE color: 16618157.

HSL color Cylindrical-coordinate representation of color #AD92FD: hue angle of 255.14º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD92FD is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 146 253 -
CMYK 0.32 0.42 0 0.01
HSL 255.14º 0.96% 0.78% -
HSV(B) 255.14º 0.42% 0.99% -
XYZ 45.24 36.53 97.6 -
YUV 166.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 173 146 253 0.32 0.42 0 0.01 255.14 0.96 0.78
Hex AD 92 FD 20 2A 0 1 FF 60 4E
Octal 255 222 375 40 52 0 1 377 140 116
Binary 10101101 10010010 11111101 100000 101010 0 1 11111111 1100000 1001110

Color Harmonies of #AD92FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92FD

Black with #AD92FD

Text Example


Text Example

White with #AD92FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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