Html Css Color HEX #AC62D3 Medium Orchid

📋 copy color: '#AC62D3'

red 172 ◦ green 98 ◦ blue 211

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

Shades of Medium Orchid #AC62D3

Tints of Medium Orchid #AC62D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.87%

R = 35.76%
G = 20.37%
B = 43.87%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AC62D3 (or 0xAC62D3) is known color: Medium Orchid. HEX triplet: AC, 62 and D3. RGB value is (172,98,211). Sum of RGB (Red+Green+Blue) = 172+98+211=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 211 - color contains mainly: blue. Hex color #AC62D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62D3 is #539D2C. Grayscale: #848484. Windows color (decimal): -5479725 or 13853356. OLE color: 13853356.

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

Color convert

RGB 172 98 211 -
CMYK 0.18 0.54 0 0.17
HSL 279.29º 0.56% 0.61% -
HSV(B) 279.29º 0.54% 0.83% -
XYZ 33.14 22.21 64.17 -
YUV 133.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 172 98 211 0.18 0.54 0 0.17 279.29 0.56 0.61
Hex AC 62 D3 12 36 0 11 117 38 3D
Octal 254 142 323 22 66 0 21 427 70 75
Binary 10101100 1100010 11010011 10010 110110 0 10001 100010111 111000 111101

Color Harmonies of #AC62D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62D3

Black with #AC62D3

Text Example


Text Example

White with #AC62D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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