Html Css Color HEX #AC62CE Medium Orchid

📋 copy color: '#AC62CE'

red 172 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #AC62CE

Tints of Medium Orchid #AC62CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 36.13%
G = 20.59%
B = 43.28%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC62CE (or 0xAC62CE) is known color: Medium Orchid. HEX triplet: AC, 62 and CE. RGB value is (172,98,206). Sum of RGB (Red+Green+Blue) = 172+98+206=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC62CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62CE is #539D31. Grayscale: #848484. Windows color (decimal): -5479730 or 13525676. OLE color: 13525676.

HSL color Cylindrical-coordinate representation of color #AC62CE: hue angle of 281.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC62CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 98 206 -
CMYK 0.17 0.52 0 0.19
HSL 281.11º 0.52% 0.6% -
HSV(B) 281.11º 0.52% 0.81% -
XYZ 32.52 21.96 60.92 -
YUV 132.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 172 98 206 0.17 0.52 0 0.19 281.11 0.52 0.6
Hex AC 62 CE 11 34 0 13 119 34 3C
Octal 254 142 316 21 64 0 23 431 64 74
Binary 10101100 1100010 11001110 10001 110100 0 10011 100011001 110100 111100

Color Harmonies of #AC62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62CE

Black with #AC62CE

Text Example


Text Example

White with #AC62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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