Html Css Color HEX #AC42DD Medium Orchid

📋 copy color: '#AC42DD'

red 172 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #AC42DD

Tints of Medium Orchid #AC42DD

RGB

 RED value IS 172 (67.58% from 255) = 37.47%

 GREEN value IS 66 (26.17% from 255) = 14.38%

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

R = 37.47%
G = 14.38%
B = 48.15%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC42DD (or 0xAC42DD) is known color: Medium Orchid. HEX triplet: AC, 42 and DD. RGB value is (172,66,221). Sum of RGB (Red+Green+Blue) = 172+66+221=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC42DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42DD is #53BD22. Grayscale: #727272. Windows color (decimal): -5487907 or 14500524. OLE color: 14500524.

HSL color Cylindrical-coordinate representation of color #AC42DD: hue angle of 281.03º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC42DD is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 66 221 -
CMYK 0.22 0.70 0 0.13
HSL 281.03º 0.7% 0.56% -
HSV(B) 281.03º 0.7% 0.87% -
XYZ 32.01 17.89 70.17 -
YUV 115.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 172 66 221 0.22 0.70 0 0.13 281.03 0.7 0.56
Hex AC 42 DD 16 46 0 D 119 46 38
Octal 254 102 335 26 106 0 15 431 106 70
Binary 10101100 1000010 11011101 10110 1000110 0 1101 100011001 1000110 111000

Color Harmonies of #AC42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42DD

Black with #AC42DD

Text Example


Text Example

White with #AC42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42DD; }

 p { color: rgb(172,66,221); }

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

background-color css

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

 a { background-color: rgb(172,66,221); }

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

border-color css

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

 span { border-color: rgb(172,66,221); }

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