Html Css Color HEX #AC62DA Medium Orchid

📋 copy color: '#AC62DA'

red 172 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #AC62DA

Tints of Medium Orchid #AC62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 35.25%
G = 20.08%
B = 44.67%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AC62DA (or 0xAC62DA) is known color: Medium Orchid. HEX triplet: AC, 62 and DA. RGB value is (172,98,218). Sum of RGB (Red+Green+Blue) = 172+98+218=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC62DA is #539D25. Grayscale: #858585. Windows color (decimal): -5479718 or 14312108. OLE color: 14312108.

HSL color Cylindrical-coordinate representation of color #AC62DA: hue angle of 277º degrees, saturation: 0.62, 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 #AC62DA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 98 218 -
CMYK 0.21 0.55 0 0.15
HSL 277º 0.62% 0.62% -
HSV(B) 277º 0.55% 0.85% -
XYZ 34.04 22.57 68.89 -
YUV 133.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 172 98 218 0.21 0.55 0 0.15 277 0.62 0.62
Hex AC 62 DA 15 37 0 F 115 3E 3E
Octal 254 142 332 25 67 0 17 425 76 76
Binary 10101100 1100010 11011010 10101 110111 0 1111 100010101 111110 111110

Color Harmonies of #AC62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC62DA

Black with #AC62DA

Text Example


Text Example

White with #AC62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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