Html Css Color HEX #AD84BE East Side

📋 copy color: '#AD84BE'

red 173 ◦ green 132 ◦ blue 190

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

Shades of East Side #AD84BE

Tints of East Side #AD84BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.67%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 34.95%
G = 26.67%
B = 38.38%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD84BE (or 0xAD84BE) is known color: East Side. HEX triplet: AD, 84 and BE. RGB value is (173,132,190). Sum of RGB (Red+Green+Blue) = 173+132+190=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD84BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD84BE is #527B41. Grayscale: #969696. Windows color (decimal): -5405506 or 12485805. OLE color: 12485805.

HSL color Cylindrical-coordinate representation of color #AD84BE: hue angle of 282.41º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD84BE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 132 190 -
CMYK 0.09 0.31 0 0.25
HSL 282.41º 0.31% 0.63% -
HSV(B) 282.41º 0.31% 0.75% -
XYZ 34.78 29.1 52.5 -
YUV 150.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 173 132 190 0.09 0.31 0 0.25 282.41 0.31 0.63
Hex AD 84 BE 9 1F 0 19 11A 1F 3F
Octal 255 204 276 11 37 0 31 432 37 77
Binary 10101101 10000100 10111110 1001 11111 0 11001 100011010 11111 111111

Color Harmonies of #AD84BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84BE

Black with #AD84BE

Text Example


Text Example

White with #AD84BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84BE; }

 p { color: rgb(173,132,190); }

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

background-color css

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

 a { background-color: rgb(173,132,190); }

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

border-color css

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

 span { border-color: rgb(173,132,190); }

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