Html Css Color HEX #AC64D1 Medium Orchid

📋 copy color: '#AC64D1'

red 172 ◦ green 100 ◦ blue 209

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

Shades of Medium Orchid #AC64D1

Tints of Medium Orchid #AC64D1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

 BLUE value IS 209 (82.03% from 255) = 43.45%

R = 35.76%
G = 20.79%
B = 43.45%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AC64D1 (or 0xAC64D1) is known color: Medium Orchid. HEX triplet: AC, 64 and D1. RGB value is (172,100,209). Sum of RGB (Red+Green+Blue) = 172+100+209=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #AC64D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64D1 is #539B2E. Grayscale: #858585. Windows color (decimal): -5479215 or 13722796. OLE color: 13722796.

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

Color convert

RGB 172 100 209 -
CMYK 0.18 0.52 0 0.18
HSL 279.63º 0.54% 0.61% -
HSV(B) 279.63º 0.52% 0.82% -
XYZ 33.08 22.49 62.92 -
YUV 133.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 172 100 209 0.18 0.52 0 0.18 279.63 0.54 0.61
Hex AC 64 D1 12 34 0 12 118 36 3D
Octal 254 144 321 22 64 0 22 430 66 75
Binary 10101100 1100100 11010001 10010 110100 0 10010 100011000 110110 111101

Color Harmonies of #AC64D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64D1

Black with #AC64D1

Text Example


Text Example

White with #AC64D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64D1; }

 p { color: rgb(172,100,209); }

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

background-color css

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

 a { background-color: rgb(172,100,209); }

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

border-color css

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

 span { border-color: rgb(172,100,209); }

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