Html Css Color HEX #A752DD Medium Orchid

📋 copy color: '#A752DD'

red 167 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #A752DD

Tints of Medium Orchid #A752DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 35.53%
G = 17.45%
B = 47.02%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A752DD (or 0xA752DD) is known color: Medium Orchid. HEX triplet: A7, 52 and DD. RGB value is (167,82,221). Sum of RGB (Red+Green+Blue) = 167+82+221=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A752DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A752DD is #58AD22. Grayscale: #7A7A7A. Windows color (decimal): -5811491 or 14504615. OLE color: 14504615.

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

Color convert

RGB 167 82 221 -
CMYK 0.24 0.63 0 0.13
HSL 276.69º 0.67% 0.59% -
HSV(B) 276.69º 0.63% 0.87% -
XYZ 32 19.47 70.48 -
YUV 123.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 167 82 221 0.24 0.63 0 0.13 276.69 0.67 0.59
Hex A7 52 DD 18 3F 0 D 115 43 3B
Octal 247 122 335 30 77 0 15 425 103 73
Binary 10100111 1010010 11011101 11000 111111 0 1101 100010101 1000011 111011

Color Harmonies of #A752DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752DD

Black with #A752DD

Text Example


Text Example

White with #A752DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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