Html Css Color HEX #AC42DB Medium Orchid

📋 copy color: '#AC42DB'

red 172 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #AC42DB

Tints of Medium Orchid #AC42DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 37.64%
G = 14.44%
B = 47.92%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC42DB (or 0xAC42DB) is known color: Medium Orchid. HEX triplet: AC, 42 and DB. RGB value is (172,66,219). Sum of RGB (Red+Green+Blue) = 172+66+219=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC42DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC42DB is #53BD24. Grayscale: #727272. Windows color (decimal): -5487909 or 14369452. OLE color: 14369452.

HSL color Cylindrical-coordinate representation of color #AC42DB: hue angle of 281.57º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC42DB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 66 219 -
CMYK 0.21 0.70 0 0.14
HSL 281.57º 0.68% 0.56% -
HSV(B) 281.57º 0.7% 0.86% -
XYZ 31.75 17.78 68.78 -
YUV 115.14 186.62 168.56 -
System Red Green Blue C M Y K H S L
Decimal 172 66 219 0.21 0.70 0 0.14 281.57 0.68 0.56
Hex AC 42 DB 15 46 0 E 11A 44 38
Octal 254 102 333 25 106 0 16 432 104 70
Binary 10101100 1000010 11011011 10101 1000110 0 1110 100011010 1000100 111000

Color Harmonies of #AC42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC42DB

Black with #AC42DB

Text Example


Text Example

White with #AC42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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