Html Css Color HEX #AC62D0 Medium Orchid

📋 copy color: '#AC62D0'

red 172 ◦ green 98 ◦ blue 208

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

Shades of Medium Orchid #AC62D0

Tints of Medium Orchid #AC62D0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 35.98%
G = 20.5%
B = 43.51%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC62D0 (or 0xAC62D0) is known color: Medium Orchid. HEX triplet: AC, 62 and D0. RGB value is (172,98,208). Sum of RGB (Red+Green+Blue) = 172+98+208=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #AC62D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62D0 is #539D2F. Grayscale: #848484. Windows color (decimal): -5479728 or 13656748. OLE color: 13656748.

HSL color Cylindrical-coordinate representation of color #AC62D0: hue angle of 280.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC62D0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 98 208 -
CMYK 0.17 0.53 0 0.18
HSL 280.36º 0.54% 0.6% -
HSV(B) 280.36º 0.53% 0.82% -
XYZ 32.77 22.06 62.21 -
YUV 132.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 172 98 208 0.17 0.53 0 0.18 280.36 0.54 0.6
Hex AC 62 D0 11 35 0 12 118 36 3C
Octal 254 142 320 21 65 0 22 430 66 74
Binary 10101100 1100010 11010000 10001 110101 0 10010 100011000 110110 111100

Color Harmonies of #AC62D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62D0

Black with #AC62D0

Text Example


Text Example

White with #AC62D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62D0; }

 p { color: rgb(172,98,208); }

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

background-color css

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

 a { background-color: rgb(172,98,208); }

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

border-color css

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

 span { border-color: rgb(172,98,208); }

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