Html Css Color HEX #AC64C9 Medium Orchid

📋 copy color: '#AC64C9'

red 172 ◦ green 100 ◦ blue 201

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

Shades of Medium Orchid #AC64C9

Tints of Medium Orchid #AC64C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 36.36%
G = 21.14%
B = 42.49%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC64C9 (or 0xAC64C9) is known color: Medium Orchid. HEX triplet: AC, 64 and C9. RGB value is (172,100,201). Sum of RGB (Red+Green+Blue) = 172+100+201=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC64C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64C9 is #539B36. Grayscale: #848484. Windows color (decimal): -5479223 or 13198508. OLE color: 13198508.

HSL color Cylindrical-coordinate representation of color #AC64C9: hue angle of 282.77º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC64C9 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 100 201 -
CMYK 0.14 0.50 0 0.21
HSL 282.77º 0.48% 0.59% -
HSV(B) 282.77º 0.5% 0.79% -
XYZ 32.11 22.1 57.83 -
YUV 133.04 166.35 155.79 -
System Red Green Blue C M Y K H S L
Decimal 172 100 201 0.14 0.50 0 0.21 282.77 0.48 0.59
Hex AC 64 C9 E 32 0 15 11B 30 3B
Octal 254 144 311 16 62 0 25 433 60 73
Binary 10101100 1100100 11001001 1110 110010 0 10101 100011011 110000 111011

Color Harmonies of #AC64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64C9

Black with #AC64C9

Text Example


Text Example

White with #AC64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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