Html Css Color HEX #AC64CF Medium Orchid

📋 copy color: '#AC64CF'

red 172 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #AC64CF

Tints of Medium Orchid #AC64CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 35.91%
G = 20.88%
B = 43.22%

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

#AC64CF (or 0xAC64CF) is known color: Medium Orchid. HEX triplet: AC, 64 and CF. RGB value is (172,100,207). Sum of RGB (Red+Green+Blue) = 172+100+207=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC64CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CF is #539B30. Grayscale: #858585. Windows color (decimal): -5479217 or 13591724. OLE color: 13591724.

HSL color Cylindrical-coordinate representation of color #AC64CF: hue angle of 280.37º degrees, saturation: 0.53, 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 #AC64CF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 100 207 -
CMYK 0.17 0.52 0 0.19
HSL 280.37º 0.53% 0.6% -
HSV(B) 280.37º 0.52% 0.81% -
XYZ 32.83 22.39 61.62 -
YUV 133.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 172 100 207 0.17 0.52 0 0.19 280.37 0.53 0.6
Hex AC 64 CF 11 34 0 13 118 35 3C
Octal 254 144 317 21 64 0 23 430 65 74
Binary 10101100 1100100 11001111 10001 110100 0 10011 100011000 110101 111100

Color Harmonies of #AC64CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64CF

Black with #AC64CF

Text Example


Text Example

White with #AC64CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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