Html Css Color HEX #AC42CB Medium Orchid

📋 copy color: '#AC42CB'

red 172 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #AC42CB

Tints of Medium Orchid #AC42CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 39%
G = 14.97%
B = 46.03%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC42CB (or 0xAC42CB) is known color: Medium Orchid. HEX triplet: AC, 42 and CB. RGB value is (172,66,203). Sum of RGB (Red+Green+Blue) = 172+66+203=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC42CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42CB is #53BD34. Grayscale: #707070. Windows color (decimal): -5487925 or 13320876. OLE color: 13320876.

HSL color Cylindrical-coordinate representation of color #AC42CB: hue angle of 286.42º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC42CB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 66 203 -
CMYK 0.15 0.67 0 0.20
HSL 286.42º 0.57% 0.53% -
HSV(B) 286.42º 0.67% 0.8% -
XYZ 29.74 16.98 58.21 -
YUV 113.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 172 66 203 0.15 0.67 0 0.20 286.42 0.57 0.53
Hex AC 42 CB F 43 0 14 11E 39 35
Octal 254 102 313 17 103 0 24 436 71 65
Binary 10101100 1000010 11001011 1111 1000011 0 10100 100011110 111001 110101

Color Harmonies of #AC42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42CB

Black with #AC42CB

Text Example


Text Example

White with #AC42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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