Html Css Color HEX #AC62D8 Medium Orchid

📋 copy color: '#AC62D8'

red 172 ◦ green 98 ◦ blue 216

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

Shades of Medium Orchid #AC62D8

Tints of Medium Orchid #AC62D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.44%

R = 35.39%
G = 20.16%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC62D8 (or 0xAC62D8) is known color: Medium Orchid. HEX triplet: AC, 62 and D8. RGB value is (172,98,216). Sum of RGB (Red+Green+Blue) = 172+98+216=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC62D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62D8 is #539D27. Grayscale: #858585. Windows color (decimal): -5479720 or 14181036. OLE color: 14181036.

HSL color Cylindrical-coordinate representation of color #AC62D8: hue angle of 277.63º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC62D8 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 98 216 -
CMYK 0.20 0.55 0 0.15
HSL 277.63º 0.6% 0.62% -
HSV(B) 277.63º 0.55% 0.85% -
XYZ 33.78 22.46 67.52 -
YUV 133.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 172 98 216 0.20 0.55 0 0.15 277.63 0.6 0.62
Hex AC 62 D8 14 37 0 F 116 3C 3E
Octal 254 142 330 24 67 0 17 426 74 76
Binary 10101100 1100010 11011000 10100 110111 0 1111 100010110 111100 111110

Color Harmonies of #AC62D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62D8

Black with #AC62D8

Text Example


Text Example

White with #AC62D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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