Html Css Color HEX #AD92ED Biloba Flower

📋 copy color: '#AD92ED'

red 173 ◦ green 146 ◦ blue 237

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

Shades of Biloba Flower #AD92ED

Tints of Biloba Flower #AD92ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 31.12%
G = 26.26%
B = 42.63%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD92ED (or 0xAD92ED) is known color: Biloba Flower. HEX triplet: AD, 92 and ED. RGB value is (173,146,237). Sum of RGB (Red+Green+Blue) = 173+146+237=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD92ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92ED is #526D12. Grayscale: #A4A4A4. Windows color (decimal): -5401875 or 15569581. OLE color: 15569581.

HSL color Cylindrical-coordinate representation of color #AD92ED: hue angle of 257.8º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD92ED is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 146 237 -
CMYK 0.27 0.38 0 0.07
HSL 257.8º 0.72% 0.75% -
HSV(B) 257.8º 0.38% 0.93% -
XYZ 42.8 35.56 84.73 -
YUV 164.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 173 146 237 0.27 0.38 0 0.07 257.8 0.72 0.75
Hex AD 92 ED 1B 26 0 7 102 48 4B
Octal 255 222 355 33 46 0 7 402 110 113
Binary 10101101 10010010 11101101 11011 100110 0 111 100000010 1001000 1001011

Color Harmonies of #AD92ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92ED

Black with #AD92ED

Text Example


Text Example

White with #AD92ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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