Html Css Color HEX #AD92E7 Biloba Flower

📋 copy color: '#AD92E7'

red 173 ◦ green 146 ◦ blue 231

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

Shades of Biloba Flower #AD92E7

Tints of Biloba Flower #AD92E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 31.45%
G = 26.55%
B = 42%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD92E7 (or 0xAD92E7) is known color: Biloba Flower. HEX triplet: AD, 92 and E7. RGB value is (173,146,231). Sum of RGB (Red+Green+Blue) = 173+146+231=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 146 (57.42% from 255 or 26.55% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD92E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92E7 is #526D18. Grayscale: #A3A3A3. Windows color (decimal): -5401881 or 15176365. OLE color: 15176365.

HSL color Cylindrical-coordinate representation of color #AD92E7: hue angle of 259.06º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD92E7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 146 231 -
CMYK 0.25 0.37 0 0.09
HSL 259.06º 0.64% 0.74% -
HSV(B) 259.06º 0.37% 0.91% -
XYZ 41.94 35.21 80.19 -
YUV 163.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 173 146 231 0.25 0.37 0 0.09 259.06 0.64 0.74
Hex AD 92 E7 19 25 0 9 103 40 4A
Octal 255 222 347 31 45 0 11 403 100 112
Binary 10101101 10010010 11100111 11001 100101 0 1001 100000011 1000000 1001010

Color Harmonies of #AD92E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92E7

Black with #AD92E7

Text Example


Text Example

White with #AD92E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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