Html Css Color HEX #AD78CA East Side

📋 copy color: '#AD78CA'

red 173 ◦ green 120 ◦ blue 202

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

Shades of East Side #AD78CA

Tints of East Side #AD78CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.24%

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

R = 34.95%
G = 24.24%
B = 40.81%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD78CA (or 0xAD78CA) is known color: East Side. HEX triplet: AD, 78 and CA. RGB value is (173,120,202). Sum of RGB (Red+Green+Blue) = 173+120+202=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD78CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD78CA is #528735. Grayscale: #909090. Windows color (decimal): -5408566 or 13269165. OLE color: 13269165.

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

Color convert

RGB 173 120 202 -
CMYK 0.14 0.41 0 0.21
HSL 278.78º 0.44% 0.63% -
HSV(B) 278.78º 0.41% 0.79% -
XYZ 34.61 26.58 59.18 -
YUV 145.2 160.06 147.83 -
System Red Green Blue C M Y K H S L
Decimal 173 120 202 0.14 0.41 0 0.21 278.78 0.44 0.63
Hex AD 78 CA E 29 0 15 117 2C 3F
Octal 255 170 312 16 51 0 25 427 54 77
Binary 10101101 1111000 11001010 1110 101001 0 10101 100010111 101100 111111

Color Harmonies of #AD78CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD78CA

Black with #AD78CA

Text Example


Text Example

White with #AD78CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD78CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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