Html Css Color HEX #AC62DB Medium Orchid

📋 copy color: '#AC62DB'

red 172 ◦ green 98 ◦ blue 219

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

Shades of Medium Orchid #AC62DB

Tints of Medium Orchid #AC62DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.79%

R = 35.17%
G = 20.04%
B = 44.79%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC62DB (or 0xAC62DB) is known color: Medium Orchid. HEX triplet: AC, 62 and DB. RGB value is (172,98,219). Sum of RGB (Red+Green+Blue) = 172+98+219=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC62DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62DB is #539D24. Grayscale: #858585. Windows color (decimal): -5479717 or 14377644. OLE color: 14377644.

HSL color Cylindrical-coordinate representation of color #AC62DB: hue angle of 276.69º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC62DB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 98 219 -
CMYK 0.21 0.55 0 0.14
HSL 276.69º 0.63% 0.62% -
HSV(B) 276.69º 0.55% 0.86% -
XYZ 34.17 22.62 69.58 -
YUV 133.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 172 98 219 0.21 0.55 0 0.14 276.69 0.63 0.62
Hex AC 62 DB 15 37 0 E 115 3F 3E
Octal 254 142 333 25 67 0 16 425 77 76
Binary 10101100 1100010 11011011 10101 110111 0 1110 100010101 111111 111110

Color Harmonies of #AC62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62DB

Black with #AC62DB

Text Example


Text Example

White with #AC62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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