Html Css Color HEX #AD92EA Biloba Flower

📋 copy color: '#AD92EA'

red 173 ◦ green 146 ◦ blue 234

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

Shades of Biloba Flower #AD92EA

Tints of Biloba Flower #AD92EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 31.28%
G = 26.4%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD92EA (or 0xAD92EA) is known color: Biloba Flower. HEX triplet: AD, 92 and EA. RGB value is (173,146,234). Sum of RGB (Red+Green+Blue) = 173+146+234=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD92EA is #526D15. Grayscale: #A3A3A3. Windows color (decimal): -5401878 or 15372973. OLE color: 15372973.

HSL color Cylindrical-coordinate representation of color #AD92EA: hue angle of 258.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AD92EA is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 146 234 -
CMYK 0.26 0.38 0 0.08
HSL 258.41º 0.68% 0.75% -
HSV(B) 258.41º 0.38% 0.92% -
XYZ 42.36 35.38 82.44 -
YUV 164.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 173 146 234 0.26 0.38 0 0.08 258.41 0.68 0.75
Hex AD 92 EA 1A 26 0 8 102 44 4B
Octal 255 222 352 32 46 0 10 402 104 113
Binary 10101101 10010010 11101010 11010 100110 0 1000 100000010 1000100 1001011

Color Harmonies of #AD92EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92EA

Black with #AD92EA

Text Example


Text Example

White with #AD92EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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