Html Css Color HEX #AD75C4 East Side

📋 copy color: '#AD75C4'

red 173 ◦ green 117 ◦ blue 196

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

Shades of East Side #AD75C4

Tints of East Side #AD75C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.33%

R = 35.6%
G = 24.07%
B = 40.33%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD75C4 (or 0xAD75C4) is known color: East Side. HEX triplet: AD, 75 and C4. RGB value is (173,117,196). Sum of RGB (Red+Green+Blue) = 173+117+196=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD75C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD75C4 is #528A3B. Grayscale: #8E8E8E. Windows color (decimal): -5409340 or 12875181. OLE color: 12875181.

HSL color Cylindrical-coordinate representation of color #AD75C4: hue angle of 282.53º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD75C4 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 117 196 -
CMYK 0.12 0.40 0 0.23
HSL 282.53º 0.4% 0.61% -
HSV(B) 282.53º 0.4% 0.77% -
XYZ 33.56 25.59 55.4 -
YUV 142.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 173 117 196 0.12 0.40 0 0.23 282.53 0.4 0.61
Hex AD 75 C4 C 28 0 17 11B 28 3D
Octal 255 165 304 14 50 0 27 433 50 75
Binary 10101101 1110101 11000100 1100 101000 0 10111 100011011 101000 111101

Color Harmonies of #AD75C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD75C4

Black with #AD75C4

Text Example


Text Example

White with #AD75C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD75C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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