Html Css Color HEX #AD85CA East Side

📋 copy color: '#AD85CA'

red 173 ◦ green 133 ◦ blue 202

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

Shades of East Side #AD85CA

Tints of East Side #AD85CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.18%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 34.06%
G = 26.18%
B = 39.76%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD85CA (or 0xAD85CA) is known color: East Side. HEX triplet: AD, 85 and CA. RGB value is (173,133,202). Sum of RGB (Red+Green+Blue) = 173+133+202=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD85CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD85CA is #527A35. Grayscale: #989898. Windows color (decimal): -5405238 or 13272493. OLE color: 13272493.

HSL color Cylindrical-coordinate representation of color #AD85CA: hue angle of 274.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD85CA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 133 202 -
CMYK 0.14 0.34 0 0.21
HSL 274.78º 0.39% 0.66% -
HSV(B) 274.78º 0.34% 0.79% -
XYZ 36.28 29.92 59.74 -
YUV 152.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 173 133 202 0.14 0.34 0 0.21 274.78 0.39 0.66
Hex AD 85 CA E 22 0 15 113 27 42
Octal 255 205 312 16 42 0 25 423 47 102
Binary 10101101 10000101 11001010 1110 100010 0 10101 100010011 100111 1000010

Color Harmonies of #AD85CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD85CA

Black with #AD85CA

Text Example


Text Example

White with #AD85CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD85CA; }

 p { color: rgb(173,133,202); }

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

background-color css

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

 a { background-color: rgb(173,133,202); }

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

border-color css

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

 span { border-color: rgb(173,133,202); }

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