Html Css Color HEX #AC62D5 Medium Orchid

📋 copy color: '#AC62D5'

red 172 ◦ green 98 ◦ blue 213

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

Shades of Medium Orchid #AC62D5

Tints of Medium Orchid #AC62D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.1%

R = 35.61%
G = 20.29%
B = 44.1%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AC62D5 (or 0xAC62D5) is known color: Medium Orchid. HEX triplet: AC, 62 and D5. RGB value is (172,98,213). Sum of RGB (Red+Green+Blue) = 172+98+213=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC62D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62D5 is #539D2A. Grayscale: #848484. Windows color (decimal): -5479723 or 13984428. OLE color: 13984428.

HSL color Cylindrical-coordinate representation of color #AC62D5: hue angle of 278.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC62D5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 98 213 -
CMYK 0.19 0.54 0 0.16
HSL 278.61º 0.58% 0.61% -
HSV(B) 278.61º 0.54% 0.84% -
XYZ 33.39 22.31 65.5 -
YUV 133.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 172 98 213 0.19 0.54 0 0.16 278.61 0.58 0.61
Hex AC 62 D5 13 36 0 10 117 3A 3D
Octal 254 142 325 23 66 0 20 427 72 75
Binary 10101100 1100010 11010101 10011 110110 0 10000 100010111 111010 111101

Color Harmonies of #AC62D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62D5

Black with #AC62D5

Text Example


Text Example

White with #AC62D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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