Html Css Color HEX #AD92B4 East Side

📋 copy color: '#AD92B4'

red 173 ◦ green 146 ◦ blue 180

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

Shades of East Side #AD92B4

Tints of East Side #AD92B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 34.67%
G = 29.26%
B = 36.07%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD92B4 (or 0xAD92B4) is known color: East Side. HEX triplet: AD, 92 and B4. RGB value is (173,146,180). Sum of RGB (Red+Green+Blue) = 173+146+180=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 180 - color contains mainly: blue. Hex color #AD92B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD92B4 is #526D4B. Grayscale: #9D9D9D. Windows color (decimal): -5401932 or 11834029. OLE color: 11834029.

HSL color Cylindrical-coordinate representation of color #AD92B4: hue angle of 287.65º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AD92B4 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 146 180 -
CMYK 0.04 0.19 0 0.29
HSL 287.65º 0.18% 0.64% -
HSV(B) 287.65º 0.19% 0.71% -
XYZ 35.75 32.74 47.61 -
YUV 157.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 173 146 180 0.04 0.19 0 0.29 287.65 0.18 0.64
Hex AD 92 B4 4 13 0 1D 120 12 40
Octal 255 222 264 4 23 0 35 440 22 100
Binary 10101101 10010010 10110100 100 10011 0 11101 100100000 10010 1000000

Color Harmonies of #AD92B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD92B4

Black with #AD92B4

Text Example


Text Example

White with #AD92B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD92B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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