Html Css Color HEX #A752DC Medium Orchid

📋 copy color: '#A752DC'

red 167 ◦ green 82 ◦ blue 220

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

Shades of Medium Orchid #A752DC

Tints of Medium Orchid #A752DC

RGB

 RED value IS 167 (65.63% from 255) = 35.61%

 GREEN value IS 82 (32.42% from 255) = 17.48%

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 35.61%
G = 17.48%
B = 46.91%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A752DC (or 0xA752DC) is known color: Medium Orchid. HEX triplet: A7, 52 and DC. RGB value is (167,82,220). Sum of RGB (Red+Green+Blue) = 167+82+220=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #A752DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752DC is #58AD23. Grayscale: #7A7A7A. Windows color (decimal): -5811492 or 14439079. OLE color: 14439079.

HSL color Cylindrical-coordinate representation of color #A752DC: hue angle of 276.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A752DC is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 82 220 -
CMYK 0.24 0.63 0 0.14
HSL 276.96º 0.66% 0.59% -
HSV(B) 276.96º 0.63% 0.86% -
XYZ 31.87 19.42 69.78 -
YUV 123.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 167 82 220 0.24 0.63 0 0.14 276.96 0.66 0.59
Hex A7 52 DC 18 3F 0 E 115 42 3B
Octal 247 122 334 30 77 0 16 425 102 73
Binary 10100111 1010010 11011100 11000 111111 0 1110 100010101 1000010 111011

Color Harmonies of #A752DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752DC

Black with #A752DC

Text Example


Text Example

White with #A752DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752DC; }

 p { color: rgb(167,82,220); }

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

background-color css

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

 a { background-color: rgb(167,82,220); }

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

border-color css

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

 span { border-color: rgb(167,82,220); }

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