Html Css Color HEX #AD75CA East Side

📋 copy color: '#AD75CA'

red 173 ◦ green 117 ◦ blue 202

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

Shades of East Side #AD75CA

Tints of East Side #AD75CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

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

R = 35.16%
G = 23.78%
B = 41.06%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD75CA (or 0xAD75CA) is known color: East Side. HEX triplet: AD, 75 and CA. RGB value is (173,117,202). Sum of RGB (Red+Green+Blue) = 173+117+202=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD75CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75CA is #528A35. Grayscale: #8F8F8F. Windows color (decimal): -5409334 or 13268397. OLE color: 13268397.

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

Color convert

RGB 173 117 202 -
CMYK 0.14 0.42 0 0.21
HSL 279.53º 0.45% 0.63% -
HSV(B) 279.53º 0.42% 0.79% -
XYZ 34.26 25.87 59.07 -
YUV 143.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 173 117 202 0.14 0.42 0 0.21 279.53 0.45 0.63
Hex AD 75 CA E 2A 0 15 118 2D 3F
Octal 255 165 312 16 52 0 25 430 55 77
Binary 10101101 1110101 11001010 1110 101010 0 10101 100011000 101101 111111

Color Harmonies of #AD75CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75CA

Black with #AD75CA

Text Example


Text Example

White with #AD75CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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